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 0ec53d6 commit 7ef3566Copy full SHA for 7ef3566
.github/workflows/build_and_test.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Build
86
run: |
87
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
+ docker run -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.1 swift test --no-parallel
89
90
integration-test-mac:
91
runs-on: macos-15
0 commit comments