Skip to content
Closed

Test #229

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,20 @@ jobs:
integration-test-mac-spark41:
runs-on: macos-15
timeout-minutes: 20
env:
SPARK_LOCAL_IP: localhost
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
with:
swift-version: "6.1"
- name: Build
run: swift build -c release
- name: Test
run: |
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
cd /tmp/spark/sbin
./start-connect-server.sh
./start-connect-server.sh --wait
cd -
swift test --no-parallel -c release

Expand Down
Loading