Skip to content

Commit

Permalink
Test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Nov 17, 2023
1 parent 8cabd36 commit 03d4caa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-changes-exists-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
drift-detection-mode-enabled: true
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-changes-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-failed-plan-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
drift-detection-mode-enabled: true
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-failed-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-infra-cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
enable-infracost: true
infracost-api-key: ${{ secrets.INFRACOST_API_KEY }}
debug: true
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-no-changes-drift-more.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
drift-detection-mode-enabled: true
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-no-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-settings-action-disabled-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
drift-detection-mode-enabled: true
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-settings-action-disabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
terraform-state-table: ${{ secrets.TERRAFORM_STATE_TABLE }}
aws-region: ${{ env.AWS_REGION }}
sha: da39a3ee5e6b4b0d3255bfef95601890afd80709
atmos-config-path: ./test/configs/atmos.yaml

outputs:
result: ${{ steps.current.outcome }}
Expand Down

0 comments on commit 03d4caa

Please sign in to comment.