Skip to content

Commit 0cf3a21

Browse files
committed
add waiting process
1 parent cd1dd2d commit 0cf3a21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux_test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ jobs:
2929
env:
3030
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
3131
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
32+
# https://docs.localstack.cloud/user-guide/ci/github-actions/
3233
run: |
33-
docker compose up
34+
docker compose up -d
35+
echo "Waiting for LocalStack startup..."
36+
sleep 30
37+
echo "Startup complete"
3438
3539
- name: Download dependencies
3640
run: go mod download

0 commit comments

Comments
 (0)