Skip to content

Commit cb2828c

Browse files
authored
Disable fail-fast to expose all matrix job failures (#44)
1 parent bb72e5b commit cb2828c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828

2929
strategy:
30-
fail-fast: true
30+
fail-fast: false
3131
matrix:
3232
stack:
3333
- name: "heroku-22"

0 commit comments

Comments
 (0)