Skip to content

Commit 0ec5af6

Browse files
committed
FIX (?): Yaml lint
1 parent 451c55f commit 0ec5af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os:
2021
- ubuntu-latest
2122
- macos-latest # arm64 (Apple Silicon)
2223
- macos-14 # MacOS Sonoma Arm64 (Apple Silicon)
2324
- windows-latest
24-
fail-fast: false
2525

2626
steps:
2727
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)