Merge pull request #11568 from Budibase/chore/fix_fork_checks

Fix build issue with integration tests when running on forks
This commit is contained in:
Adria Navarro 2023-08-21 14:04:44 +03:00 committed by GitHub
commit cdffb2a784
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