From 9c8946368fcf958340925eac22e156e27221bf5c Mon Sep 17 00:00:00 2001 From: Patrick Sullivan Date: Fri, 1 Sep 2023 20:28:44 -0400 Subject: [PATCH] ci(repo): Update the CI/CD workflow to skip Cloudflare lib --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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