Skip to content

Commit 5938288

Browse files
authored
ci: Add fail-fast: false to playwright tests (#6712)
1 parent 009cfd7 commit 5938288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ jobs:
505505
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
506506
runs-on: ubuntu-20.04
507507
strategy:
508+
fail-fast: false
508509
matrix:
509510
bundle:
510511
- esm

0 commit comments

Comments
 (0)