Skip to content

Commit 7ef3566

Browse files
committed
Test
1 parent 0ec53d6 commit 7ef3566

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://localhost:15003' swift:6.1 swift test --no-parallel
88+
docker run -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.1 swift test --no-parallel
8989
9090
integration-test-mac:
9191
runs-on: macos-15

0 commit comments

Comments
 (0)