Skip to content

Commit b9c058f

Browse files
committed
a
1 parent 28d8c4f commit b9c058f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc3-bin/spark-4.0.0-bin-hadoop3.tgz
8686
tar xvfz spark-4.0.0-bin-hadoop3.tgz
87-
cd spark-4.0.0-bin-hadoop3
88-
sbin/start-connect-server.sh
89-
cd ..
87+
cd spark-4.0.0-bin-hadoop3/sbin
88+
./start-connect-server.sh
89+
cd ../..
9090
swift test --no-parallel

0 commit comments

Comments
 (0)