Skip to content

Commit

Permalink
ci: run always
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 6, 2023
1 parent 3523ba2 commit 1d62d6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-prod-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
test:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
target: ["ipfs.runfission.com", "w3s.link"]
defaults:
Expand Down Expand Up @@ -110,8 +109,8 @@ jobs:
aggregate:
runs-on: "ubuntu-latest"
needs: [test]
strategy:
fail-fast: true
# the tests might have failed
if: always()
defaults:
run:
shell: bash
Expand Down

0 comments on commit 1d62d6d

Please sign in to comment.