File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 93
93
docker run swiftlang/swift:nightly-6.2-noble uname -a
94
94
docker run -v $PWD:/spark -w /spark swiftlang/swift:nightly-6.2-noble swift build
95
95
96
+ integration-test-mac-spark41 :
97
+ runs-on : macos-15
98
+ timeout-minutes : 20
99
+ steps :
100
+ - uses : actions/checkout@v4
101
+ - uses : swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
102
+ with :
103
+ swift-version : " 6.1"
104
+ - name : Test
105
+ run : |
106
+ curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
107
+ tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz
108
+ cd spark-4.1.0-preview1-bin-hadoop3
109
+ ./start-connect-server.sh
110
+ cd ../..
111
+ swift test --no-parallel
112
+
96
113
integration-test-mac :
97
114
runs-on : macos-15
98
115
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments