Skip to content

Commit

Permalink
Add preemptive curl
Browse files Browse the repository at this point in the history
  • Loading branch information
silv-io committed Jan 30, 2025
1 parent 05231bf commit d0ae98a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
# start community
./localstack start -d
./localstack wait -t 180
# TODO this is a hotfix to capture the first build of the service catalog which takes longer than
# the allowed timeout in `localstack status services` (2s)
curl http://localhost.localstack.cloud:4566/_localstack/health
./localstack status services --format plain
./localstack status services --format plain | grep "s3=available"
./localstack stop
Expand Down

0 comments on commit d0ae98a

Please sign in to comment.