From f988d3fd705767260a843c1940a8c18a6ef72d1e Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Mon, 29 Sep 2025 14:01:35 -0400 Subject: [PATCH] build(nx): continue on error for the experimental nx ci (#16646) --- .github/workflows/nx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nx.yml b/.github/workflows/nx.yml index 13d151225c2..9349239a134 100644 --- a/.github/workflows/nx.yml +++ b/.github/workflows/nx.yml @@ -38,4 +38,5 @@ jobs: uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3 - name: Run Nx affected tasks + continue-on-error: true run: npx nx affected -t build lint test \ No newline at end of file