Skip to content

Commit a3e4e55

Browse files
committed
ci(github): change strategy fail-fast to false
1 parent 1b196aa commit a3e4e55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "CI"
3-
on: # yamllint disable-line rule:truthy
3+
on: # yamllint disable-line rule:truthy
44
pull_request:
55
push:
66
branches:
@@ -9,6 +9,7 @@ on: # yamllint disable-line rule:truthy
99
jobs:
1010
flake-general-checks:
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
os: [macos-latest, ubuntu-latest]
1415
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)