Skip to content

Commit

Permalink
ci: don't fail fast on integration tests matrix (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 12, 2025
1 parent fc888b0 commit 74e02e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}

strategy:
fail-fast: false
matrix:
include:
- auth: PAT
Expand Down

0 comments on commit 74e02e0

Please sign in to comment.