Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 5, 2023
1 parent 166be85 commit fdd4613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
terraform-state-bucket: ${{ secrets.TERRAFORM_STATE_BUCKET }}
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
terraform-state-role: ${{ secrets.TERRAFORM_STATE_ROLE }}
terraform-plan-role: ${{ secrets.TERRAFORM_PLAN_ROLE }}
terraform-plan-role: ${{ secrets.TERRAFORM_APPLY_ROLE }}
terraform-version: 1.5.2
aws-region: ${{ env.AWS_REGION }}
sort-by: .stack_slug
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
terraform-state-bucket: ${{ secrets.TERRAFORM_STATE_BUCKET }}
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
terraform-state-role: ${{ secrets.TERRAFORM_STATE_ROLE }}
terraform-plan-role: ${{ secrets.TERRAFORM_PLAN_ROLE }}
terraform-plan-role: ${{ secrets.TERRAFORM_APPLY_ROLE }}
terraform-apply-role: ${{ secrets.TERRAFORM_APPLY_ROLE }}
terraform-version: 1.5.2
aws-region: ${{ env.AWS_REGION }}
Expand Down

0 comments on commit fdd4613

Please sign in to comment.