10000 Upgrade minimum-version runners and fix Docker smoke tests (#33) · localstack/localstack-cli@139436a · GitHub
[go: up one dir, main page]

Skip to content

Commit 139436a

Browse files
authored
Upgrade minimum-version runners and fix Docker smoke tests (#33)
1 parent 85f9566 commit 139436a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- runner: macos-12
20+
- runner: macos-13
2121
os: darwin
2222
arch: amd64
2323
- runner: macos-13-xlarge
@@ -26,7 +26,7 @@ jobs:
2626
- runner: windows-2019
2727
os: windows
2828
arch: amd64
29-
- runner: ubuntu-20.04
29+
- runner: ubuntu-22.04
3030
os: linux
3131
arch: amd64
3232
- runner: buildjet-2vcpu-ubuntu-2204-arm
@@ -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)
0