Commit bdba203d authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

ci: always run all tests (#671)

parent 122df8cc
......@@ -54,7 +54,7 @@ jobs:
run: yarn build
- name: Test
run: yarn test:ci
run: yarn test
env:
FORCE_COLOR: 1
ENABLE_GAS_REPORT: 1
......@@ -89,4 +89,4 @@ jobs:
run: yarn install
- name: Lint
run: yarn lint:ci
run: yarn lint
......@@ -18,9 +18,7 @@
"clean": "yarn lerna run clean",
"build": "yarn lerna run build",
"test": "yarn lerna run test --parallel",
"test:ci": "yarn lerna run test --parallel --since origin/master",
"lint": "yarn lerna run lint",
"lint:ci": "yarn lerna run lint --parallel --since origin/master",
"lint:fix": "yarn lerna run lint:fix",
"postinstall": "patch-package",
"release": "yarn build && yarn changeset publish"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment