Skip to content

Commit d3893ed

Browse files
author
iru
committed
chore(ci): test
1 parent 8c8f50e commit d3893ed

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci-integration-cleanup-force.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# note
3+
# if terraform state gets locked, delete DynamoDB lock rows
4+
#
5+
16
name: CI - Integration Tests - Cleanup
27
on:
38
workflow_dispatch
@@ -21,8 +26,6 @@ jobs:
2126
with:
2227
ruby-version: 2.7
2328
bundler-cache: true
24-
#
25-
# - name: Destroy resources
26-
# run: bundle exec kitchen destroy
27-
#parametrize this
28-
- run: cd test/fixtures/tf_module/ && terraform init && terraform force-unlock -force 8877bc0f-1699-abe9-6ab8-913113259311
29+
30+
- name: Destroy resources
31+
run: bundle exec kitchen destroy

0 commit comments

Comments
 (0)