Skip to content

Commit 68de9f0

Browse files
committed
Disable fail-fast for CLI integration tests
1 parent 595b14c commit 68de9f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
matrix:
187187
os: [ubuntu-latest, windows-latest]
188188
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
189+
fail-fast: false
189190
env:
190191
CLI_VERSION: ${{ matrix.version }}
191192
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}

0 commit comments

Comments
 (0)