Fix integration test for OSS

This commit is contained in:
Adria Navarro 2023-11-17 18:16:30 +01:00
parent 8473f3442c
commit f4c20b864d
1 changed files with 3 additions and 0 deletions

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 pro for OSS contributor
if: ${{ env.IS_OSS_CONTRIBUTOR == 'true' }}
run: yarn build --scope @budibase/backend-core
- name: Run tests
run: |
cd qa-core