Skip to content

Commit

Permalink
Test re-run non-failed scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 13, 2024
1 parent 9ac2cc7 commit 32aae82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
results-json: ${{ steps.matrix-output.outputs.json }}
steps:
- uses: actions/checkout@v4
- if: ${{ matrix.build.name == 'App Two' && matrix.build.repo == 'user/app2' && matrix.version == '2.0' }}
run: exit 1
# Keep `id` the same between `setup-simple` and `setup-complex`
# to ensure we can separate output per job.
- uses: ./
Expand Down

0 comments on commit 32aae82

Please sign in to comment.