Fix build issue with integration tests when running on forks

This commit is contained in:
Adria Navarro 2023-08-21 13:56:33 +03:00
parent 8db56128d8
commit 201eae39f3
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ jobs:
node-version: 18.x node-version: 18.x
cache: "yarn" cache: "yarn"
- run: yarn --frozen-lockfile - run: yarn --frozen-lockfile
- run: yarn build --scope @budibase/server --scope @budibase/worker --scope @budibase/client - name: Build packages
run: yarn build --scope @budibase/server --scope @budibase/worker --scope @budibase/client --scope @budibase/backend-core
- name: Run tests - name: Run tests
run: | run: |
cd qa-core cd qa-core