Skip to content

Commit

Permalink
initial skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Apr 16, 2024
1 parent 587e86b commit 052cb4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit 052cb4e

Please sign in to comment.