Skip to content

Commit 9227453

Browse files
committed
Test
1 parent cd2ed4f commit 9227453

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,13 @@ jobs:
120120
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
121121
with:
122122
swift-version: "6.1"
123-
- name: Build
124-
run: swift build -c release
125123
- name: Test
126124
run: |
127125
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
128126
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
129127
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
130128
cd /tmp/spark/sbin
131-
./start-connect-server.sh
129+
./start-connect-server.sh --wait
132130
cd -
133131
swift test --no-parallel -c release
134132

0 commit comments

Comments
 (0)