Skip to content

Commit ec0fd2f

Browse files
committed
Show log
1 parent ba2ff2b commit ec0fd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
110110
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
111111
cd /tmp/spark/sbin
112-
./start-connect-server.sh
112+
./start-connect-server.sh --wait
113113
cd -
114114
swift test --no-parallel -c release
115115

0 commit comments

Comments
 (0)