File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
include :
20
- - runner : macos-12
20
+ - runner : macos-13
21
21
os : darwin
22
22
arch : amd64
23
23
- runner : macos-13-xlarge
26
26
- runner : windows-2019
27
27
os : windows
28
28
arch : amd64
29
- - runner : ubuntu-20 .04
29
+ - runner : ubuntu-22 .04
30
30
os : linux
31
31
arch : amd64
32
32
- runner : buildjet-2vcpu-ubuntu-2204-arm
@@ -114,6 +114,9 @@ jobs:
114
114
# start community
115
115
./localstack start -d
116
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
117
120
./localstack status services --format plain
118
121
./localstack status services --format plain | grep "s3=available"
119
122
./localstack stop
You can’t perform that action at this time.
0 commit comments