1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Merge pull request #13467 from Budibase/fix/oss-build

Don't attempt account portal build if OSS
This commit is contained in:
Michael Drury 2024-04-11 16:05:34 +01:00 committed by GitHub
commit a1d8a803e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,10 +64,11 @@ jobs:
- run: yarn --frozen-lockfile
# Run build all the projects
- name: Build
run: |
yarn build:oss
yarn build:account-portal
- name: Build OSS
run: yarn build:oss
- name: Build account portal
run: yarn build:account-portal
if: inputs.run_as_oss != true
# Check the types of the projects built via esbuild
- name: Check types
run: |