Skip to content

Commit

Permalink
Do not fail fast for upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Jan 8, 2025
1 parent 9e379f0 commit 46ef95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix: ${{ fromJSON(needs.prepare-upgrade.outputs.matrix) }}
fail-fast: false
steps:
- run: |
curl --no-progress-meter --fail --retry 16 --retry-all-errors --header "Authorization: Bearer $GITHUB_TOKEN" https://api.github.com/repos/"$GITHUB_REPOSITORY"/releases/tags/${{ matrix.tag_name }} | jq -r '.assets[].browser_download_url' | xargs wget --header "Authorization: Bearer $GITHUB_TOKEN"
Expand Down

0 comments on commit 46ef95e

Please sign in to comment.