We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d1eac commit bd982a1Copy full SHA for bd982a1
.github/workflows/ci.yml
@@ -59,7 +59,8 @@ jobs:
59
run: |
60
pip install localstack awscli-local[ver1]
61
docker pull localstack/localstack-pro
62
- localstack start -d --image localstack/localstack-pro
+ localstack set-token $LOCALSTACK_AUTH_TOKEN
63
+ localstack start -d
64
localstack wait -t 30
65
66
- name: Run Lint and Test
0 commit comments