Fix integration test for OSS
This commit is contained in:
parent
8473f3442c
commit
f4c20b864d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue