From 85b168fecf906ce183cc4f07c0956ffee1bea510 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 3 Dec 2024 13:54:40 -0500 Subject: [PATCH] continue-on-error false test --- .github/workflows/test-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 5478460877c..9a4e33ac1a8 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -66,7 +66,7 @@ jobs: PERCY_PARALLEL_NONCE: ${{ needs.pre-test.outputs.nonce }} run: | yarn exam:parallel --split=${{ matrix.split }} --partition=${{ matrix.partition }} --json-report=test-results/test-results.json - continue-on-error: true + # continue-on-error: true - name: Express timeout failure if: ${{ failure() }} run: exit 1