Skip to content

Commit

Permalink
Mark fail-fast as false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Sep 29, 2023
1 parent 56c5dec commit e68f6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- name: acceptance-1.16-FARGATE
enable-hcp: false
launch-type: FARGATE
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
- name: acceptance-1.16-EC2
enable-hcp: false
launch-type: EC2
fail-fast: false
uses: ./.github/workflows/reusable-ecs-acceptance.yml
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down

0 comments on commit e68f6da

Please sign in to comment.