Skip to content

Commit 691ec32

Browse files
authored
update CI to use localstack CI auth token (#96)
1 parent e08cb3b commit 691ec32

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ jobs:
6161
cd "$HOME"/bats-core
6262
sudo ./install.sh /usr/local
6363
64-
- name: Start and wait for LocalStack (Community)
64+
- name: Start and wait for LocalStack
6565
timeout-minutes: 10
66+
env:
67+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
6668
run: |
67-
docker pull localstack/localstack:latest
6869
localstack start -d
69-
localstack wait -t 30
70+
localstack wait
7071
7172
- name: Run bats tests
7273
run: |

0 commit comments

Comments
 (0)