We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3fe04 commit 179b1f3Copy full SHA for 179b1f3
.github/workflows/ci.yml
@@ -83,8 +83,9 @@ jobs:
83
# swift run -c release Run serve --port 8080 --host 0.0.0.0 &
84
swift build -c debug --static-swift-stdlib -Xlinker -ljemalloc
85
sleep 10
86
- $(swift build --show-bin-path -c debug)/Run serve --port 8080 --hostname 0.0.0.0 &
87
- bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://localhost:8080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
+ $(swift build --show-bin-path -c debug)/Run serve --port 18080 --hostname 0.0.0.0 &
+ echo Probing api/version...
88
+ bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://localhost:18080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
89
90
# test-macos:
91
# name: Test macOS
0 commit comments