We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940a571 commit d480c11Copy full SHA for d480c11
.github/workflows/main.yml
@@ -28,19 +28,12 @@ jobs:
28
node-version: 18
29
30
- name: Start LocalStack
31
+ uses: LocalStack/[email protected]
32
+ with:
33
+ image-tag: 'latest'
34
+ install-awslocal: 'true'
35
env:
36
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
- DNS_ADDRESS: 0
- run: |
- pip install localstack awscli-local[ver1]
- 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
45
- name: Install CDK
46
run: |
0 commit comments