We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2ed4f commit 9227453Copy full SHA for 9227453
.github/workflows/build_and_test.yml
@@ -120,15 +120,13 @@ jobs:
120
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
121
with:
122
swift-version: "6.1"
123
- - name: Build
124
- run: swift build -c release
125
- name: Test
126
run: |
127
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
128
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
129
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
130
cd /tmp/spark/sbin
131
- ./start-connect-server.sh
+ ./start-connect-server.sh --wait
132
cd -
133
swift test --no-parallel -c release
134
0 commit comments