Skip to content

Commit 123e9d7

Browse files
committed
use Localstack action
1 parent 78f98b6 commit 123e9d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/terratest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
sudo mv /tmp/terraform /usr/local/bin/
6767
6868
- name: Start Localstack
69-
run: docker-compose up -d
69+
uses: LocalStack/[email protected]
70+
with:
71+
image-tag: "latest"
7072

7173
- name: Terratest
7274
env:

0 commit comments

Comments
 (0)