Skip to content

Commit 160cf1d

Browse files
committed
host-gateway
1 parent 14346c2 commit 160cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build
8686
run: |
8787
docker run swift:6.1 uname -a
88-
docker run -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host-gateway:15003' swift:6.1 swift test --no-parallel
88+
docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host-gateway:15003' swift:6.1 swift test --no-parallel
8989
9090
integration-test-mac:
9191
runs-on: macos-15

0 commit comments

Comments
 (0)