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

Merge pull request #12391 from Budibase/test-open-source-contributors

Fix running integration test for open source contributors
This commit is contained in:
Adria Navarro 2023-11-17 17:30:33 +00:00 committed by GitHub
commit c83c6ea913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,9 @@ jobs:
- run: yarn --frozen-lockfile
- name: Build packages
run: yarn build --scope @budibase/server --scope @budibase/worker
- name: Build backend-core for OSS contributor (required for pro)
if: ${{ env.IS_OSS_CONTRIBUTOR == 'true' }}
run: yarn build --scope @budibase/backend-core
- name: Run tests
run: |
cd qa-core