1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

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

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