Tidy pipelines
This commit is contained in:
parent
8795bba6e0
commit
f33f7b1143
|
@ -97,7 +97,8 @@ jobs:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: |
|
- name: Run tests
|
||||||
|
run: |
|
||||||
cd qa-core
|
cd qa-core
|
||||||
yarn setup
|
yarn setup
|
||||||
yarn test:ci
|
yarn test:ci
|
||||||
|
|
Loading…
Reference in New Issue