Commit a8c0cc8 1 parent 940a571 commit a8c0cc8 Copy full SHA for a8c0cc8
File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,12 @@ jobs:
28
28
node-version : 18
29
29
30
30
- name : Start LocalStack
31
+ uses :
LocalStack/[email protected]
32
+ with :
33
+ image-tag : ' latest'
34
+ install-awslocal : ' true'
31
35
env :
32
36
LOCALSTACK_API_KEY : ${{ secrets.LOCALSTACK_API_KEY }}
33
- DNS_ADDRESS : 0
34
- run : |
35
- pip install localstack awscli-local[ver1]
36
- pip install terraform-local
37
- docker pull localstack/localstack-pro:latest
38
- # Start LocalStack in the background
39
- DEBUG=1 localstack start -d
40
- # Wait 30 seconds for the LocalStack container to become ready before timing out
41
- echo "Waiting for LocalStack startup..."
42
- localstack wait -t 15
43
- echo "Startup complete"
44
37
45
38
- name : Install CDK
46
39
run : |
You can’t perform that action at this time.
0 commit comments