diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 813fa4f5..36e870f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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