We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db5982 commit 4f3328eCopy full SHA for 4f3328e
.github/workflows/integration-test.yml
@@ -50,14 +50,15 @@ jobs:
50
pip install -r requirements-dev.txt
51
52
- name: Start LocalStack
53
- uses: LocalStack/setup-localstack@v0.2.2
+ uses: LocalStack/setup-localstack@v0.2.4
54
with:
55
image-tag: 'latest'
56
use-pro: 'true'
57
configuration: LS_LOG=trace
58
install-awslocal: 'true'
59
env:
60
- LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
61
+
62
- name: Build lambdas
63
run: |
64
bin/build_lambdas.sh
0 commit comments