Merge pull request #12391 from Budibase/test-open-source-contributors
Fix running integration test for open source contributors
This commit is contained in:
commit
c83c6ea913
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue