Skip to content

Commit

Permalink
continue-on-error false test
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 3, 2024
1 parent 5902561 commit 85b168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85b168f

Please sign in to comment.