A failed build-test-apps job on a specific OS should cancel all the other jobs (#1258)

Fixes #1257
This commit is contained in:
Pierre Jacquier
2024-01-02 04:49:35 -05:00
committed by GitHub
parent 345dd45caa
commit edb7d68c05

View File

@ -123,6 +123,7 @@ jobs:
needs: [prepare-json-files]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps: