Skip to content

Commit 44f77f0

Browse files
committed
ci: add fail-fast: false to test matrix so failing platform does not cancel others
1 parent 9fccaae commit 44f77f0

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)