Skip to content

Commit

Permalink
Disable fail-fast for matrix tests
Browse files Browse the repository at this point in the history
Recently, acceptance tests has been unstable.
It's better to run them all anyway.
  • Loading branch information
minamijoyo committed Dec 23, 2022
1 parent d5836fa commit 897485b
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 @@ -37,6 +37,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
terraform:
- 1.3.6
Expand Down

0 comments on commit 897485b

Please sign in to comment.