From 052cb4e9f030e4bf8a98b3d27b42c663ffcbc41a Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Tue, 16 Apr 2024 16:57:18 +0100 Subject: [PATCH] initial skeleton --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e936c52..5939a624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,7 +156,7 @@ jobs: # --git_commit_provider="${GIT_COMMIT_PROVIDER}" || echo "Failed but because consumer pacts not set up yet" ephemeral_environment: - name: Create Ephemeral Environment + name: Create Ephemeral Environment and run Integration Tests runs-on: "ubuntu-latest" needs: [build_and_test, terraform_checks] steps: @@ -204,3 +204,8 @@ jobs: env: TF_WORKSPACE: ${{ steps.extract_branch.outputs.branch_formatted }} run: terraform-workspace-manager -register-workspace=$TF_WORKSPACE -time-to-protect=4 -aws-account-id=288342028542 -aws-iam-role=integrations-ci + - name: Integration Tests + env: + TF_WORKSPACE: ${{ steps.extract_branch.outputs.branch_formatted }} + run: echo "hello" +