Skip to content

Commit d0ae98a

Browse files
committed
Add preemptive curl
1 parent 05231bf commit d0ae98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
# start community
115115
./localstack start -d
116116
./localstack wait -t 180
117+
# TODO this is a hotfix to capture the first build of the service catalog which takes longer than
118+
# the allowed timeout in `localstack status services` (2s)
119+
curl http://localhost.localstack.cloud:4566/_localstack/health
117120
./localstack status services --format plain
118121
./localstack status services --format plain | grep "s3=available"
119122
./localstack stop

0 commit comments

Comments
 (0)