Skip to content

Commit a2a776a

Browse files
committed
switch
1 parent 77af7ea commit a2a776a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)