Skip to content

Commit cfc3f6f

Browse files
authored
Merge pull request #667 from immutable/ci/ui-test-dont-fail-fast
ci: add fail-fast: false to test matrix so failing platform does not …
2 parents 2ae4ed2 + 44f77f0 commit cfc3f6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ jobs:
327327
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
328328
needs: build
329329
strategy:
330+
fail-fast: false
330331
matrix:
331332
include:
332333
- targetPlatform: StandaloneOSX

0 commit comments

Comments
 (0)