Skip to content

Commit 9ebd490

Browse files
committed
Try another port
1 parent f9fcb2c commit 9ebd490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
# swift run -c release Run serve --port 8080 --host 0.0.0.0 &
8484
swift build -c debug --static-swift-stdlib -Xlinker -ljemalloc
8585
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)'
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)'
8888
8989
# test-macos:
9090
# name: Test macOS

0 commit comments

Comments
 (0)