Build all on integration tests

This commit is contained in:
Adria Navarro 2023-05-17 11:22:46 +02:00
parent 3e238f3e2f
commit 8795bba6e0
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: yarn - run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates - run: yarn build
- run: | - run: |
cd qa-core cd qa-core
yarn setup yarn setup