Skip to content

Commit

Permalink
ci(repo): Update the CI/CD workflow to skip Cloudflare lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Sep 2, 2023
1 parent 4aed794 commit 9c89463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# - run: npx nx affected -t test --parallel=3 --configuration=ci --base=${{ github.event.before }}

- name: Build repository packages
run: pnpm nx affected -t build --parallel=3
run: pnpm nx affected -t build --parallel=3 --exclude="core-server-cloudflare,worker-*" --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
# run: pnpm nx affected -t build --parallel=3 --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}

#- name: Run Tests
Expand Down

0 comments on commit 9c89463

Please sign in to comment.