Skip to content

Commit

Permalink
do not fail-fast on integration tests (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Jul 15, 2024
1 parent a3d112a commit dc2f508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
test-integration:
name: Test ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04"]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit dc2f508

Please sign in to comment.