We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08cb3b commit 691ec32Copy full SHA for 691ec32
1 file changed
.github/workflows/integration.yml
@@ -61,12 +61,13 @@ jobs:
61
cd "$HOME"/bats-core
62
sudo ./install.sh /usr/local
63
64
- - name: Start and wait for LocalStack (Community)
+ - name: Start and wait for LocalStack
65
timeout-minutes: 10
66
+ env:
67
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
68
run: |
- docker pull localstack/localstack:latest
69
localstack start -d
- localstack wait -t 30
70
+ localstack wait
71
72
- name: Run bats tests
73
0 commit comments