Skip to content

Commit

Permalink
Addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Nov 1, 2024
1 parent 7851d84 commit cae6d0e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
component: "foobar"
stack: "plat-ue2-sandbox"
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0
3 changes: 1 addition & 2 deletions .github/workflows/test-changes-exists-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
sha: ${{ github.sha }}
drift-detection-mode-enabled: true
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
checkout-enabled: false
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-changes-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
stack: "plat-ue2-sandbox"
sha: ${{ github.sha }}
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-failed-plan-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
sha: ${{ github.sha }}
drift-detection-mode-enabled: true
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-failed-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
stack: "plat-ue2-sandbox"
sha: ${{ github.sha }}
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-infra-cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
infracost-api-key: ${{ secrets.INFRACOST_API_KEY }}
debug: true
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-no-changes-drift-more.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
sha: ${{ github.sha }}
drift-detection-mode-enabled: true
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-no-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
stack: "plat-ue2-sandbox"
sha: ${{ github.sha }}
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-settings-action-disabled-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
sha: ${{ github.sha }}
drift-detection-mode-enabled: true
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-settings-action-disabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
stack: "plat-ue2-sandbox"
sha: ${{ github.sha }}
atmos-config-path: ${{ runner.temp }}
atmos-version: 1.92.0
do-not-checkout: true
atmos-version: 1.99.0

outputs:
result: ${{ steps.current.outcome }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
atmos-version:
description: The version of atmos to install
required: false
default: ">= 1.92.0"
default: ">= 1.99.0"
atmos-config-path:
description: The path to the atmos.yaml file
required: true
Expand Down

0 comments on commit cae6d0e

Please sign in to comment.