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 9ebd490 commit b819ae4Copy full SHA for b819ae4
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ 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 run -c debug Run serve --port 18080 --host 0.0.0.0 &
87
- bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://localhost:18080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
+ $(swift build --show-bin-path -c debug)/Run serve --port 8080 --hostname 0.0.0.0 &
+ bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://localhost:8080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
88
89
# test-macos:
90
# name: Test macOS
0 commit comments