diff --git a/.github/workflows/test-changes-exists.yml b/.github/workflows/test-changes-exists.yml index 370cda431..4f4056ded 100644 --- a/.github/workflows/test-changes-exists.yml +++ b/.github/workflows/test-changes-exists.yml @@ -59,7 +59,7 @@ jobs: id: current uses: ./ with: - component: "foobar/changes" + component: "foobar/changes/atmos" stack: "plat-ue2-sandbox" sha: ${{ github.sha }} atmos-config-path: ${{ runner.temp }} diff --git a/tests/terraform/stacks/catalog/foobar-changes-atmos.yaml b/tests/terraform/stacks/catalog/foobar-changes-atmos.yaml index 18f83f497..cc802dd1a 100644 --- a/tests/terraform/stacks/catalog/foobar-changes-atmos.yaml +++ b/tests/terraform/stacks/catalog/foobar-changes-atmos.yaml @@ -3,6 +3,9 @@ components: foobar/changes/atmos: metadata: component: foobar + settings: + github: + actions_enabled: true vars: example: blue enabled: true