We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05231bf commit d0ae98aCopy full SHA for d0ae98a
.github/workflows/build.yml
@@ -114,6 +114,9 @@ jobs:
114
# start community
115
./localstack start -d
116
./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
120
./localstack status services --format plain
121
./localstack status services --format plain | grep "s3=available"
122
./localstack stop
0 commit comments