Disable fail-fast for CLI integration tests

This commit is contained in:
Koen Vlaswinkel
2022-11-25 18:37:15 +01:00
parent 595b14cf30
commit 68de9f09e4

View File

@@ -186,6 +186,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
fail-fast: false
env:
CLI_VERSION: ${{ matrix.version }}
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}