From 1bf885aab46ef07d49749bff3482e5108c35d7f9 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 28 Nov 2024 14:34:49 +0100 Subject: [PATCH] Fix tests --- .github/workflows/test-changes-exists.yml | 2 +- tests/terraform/stacks/catalog/foobar-changes-atmos.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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