You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_and_test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ jobs:
85
85
- name: Build
86
86
run: |
87
87
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
0 commit comments