Skip to content

Commit a26e566

Browse files
Fix workflow strategy to ensure fail-fast behavior is explicitly set
1 parent 8610845 commit a26e566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ permissions:
1919
jobs:
2020
ActionTestBasic:
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
os: [ubuntu-latest, windows-latest, macOS-latest]
2425
version: ['7.4.0', '7.5.0'] # Specify the versions to test

0 commit comments

Comments
 (0)