Tidy pipelines

This commit is contained in:
Adria Navarro 2023-05-17 11:59:14 +02:00
parent 8795bba6e0
commit f33f7b1143
1 changed files with 2 additions and 1 deletions

View File

@ -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