File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ jobs:
76
76
integration-test-mac :
77
77
runs-on : macos-15
78
78
steps :
79
- - name : Run Spark Connect Server
80
- run : |
81
- curl -LO https://downloads.apache.org/spark/spark-4.0.0-preview2/spark-4.0.0-preview2-bin-hadoop3.tgz
82
- tar xvfz spark-4.0.0-preview2-bin-hadoop3.tgz
83
- cd spark-4.0.0-preview2-bin-hadoop3
84
- sbin/start-connect-server.sh
85
79
- uses : actions/checkout@v4
86
80
-
uses :
swift-actions/[email protected]
87
81
with :
88
82
swift-version : " 6"
89
83
- name : Test
90
- run : swift test --no-parallel
84
+ run : |
85
+ curl -LO https://downloads.apache.org/spark/spark-4.0.0-preview2/spark-4.0.0-preview2-bin-hadoop3.tgz
86
+ tar xvfz spark-4.0.0-preview2-bin-hadoop3.tgz
87
+ cd spark-4.0.0-preview2-bin-hadoop3
88
+ sbin/start-connect-server.sh
89
+ cd ..
90
+ swift test --no-parallel
You can’t perform that action at this time.
0 commit comments