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:
7676 integration-test-mac :
7777 runs-on : macos-15
7878 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
8579 - uses : actions/checkout@v4
8680 -
uses :
swift-actions/[email protected] 8781 with :
8882 swift-version : " 6"
8983 - 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