1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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

View file

@ -194,7 +194,8 @@ jobs:
node-version: 18.x
cache: "yarn"
- 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
run: |
cd qa-core