We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fcb2c commit 9ebd490Copy full SHA for 9ebd490
.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 8080 --host 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 run -c debug Run serve --port 18080 --host 0.0.0.0 &
+ bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://localhost:18080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
88
89
# test-macos:
90
# name: Test macOS
0 commit comments