Skip to content

Commit

Permalink
test apply on locked env
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Nov 14, 2024
1 parent 6092d93 commit 15b9410
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
[ -n "${NEW_NULL_RESOURCE_ID}" ]
[ -n "${CURRENT_NULL_RESOURCE_ID}" ]
[ "${CURRENT_NULL_RESOURCE_ID}" -ne "${NEW_NULL_RESOURCE_ID}" ]
- name: Run Terraform Test, Locked ENV
run: |
curl -X LOCK -sS http://localhost:2442/?env=InT
set +e
terraform apply --auto-approve
echo $? ALASTAIR
- name: Clean Up
# Hopefully this is being nice to GHA infra and not wasted CPU cycles
Expand Down

0 comments on commit 15b9410

Please sign in to comment.