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