Skip to content

Commit

Permalink
Do not build using affected
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Aug 10, 2023
1 parent 0abc0c4 commit 08cc5f1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,11 @@ jobs:
# Run build all the projects
- name: Build
run: |
if ${{ env.USE_NX_AFFECTED }}; then
yarn build --since=${{ env.NX_BASE_BRANCH }}
else
yarn build
fi
yarn build
# Check the types of the projects built via esbuild
- name: Check types
run: |
if ${{ env.USE_NX_AFFECTED }}; then
yarn check:types --since=${{ env.NX_BASE_BRANCH }}
else
yarn check:types
fi
yarn check:types
test-libraries:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08cc5f1

Please sign in to comment.