Skip to content

Commit 77af7ea

Browse files
committed
Run integration test on MacOS
1 parent 2c91276 commit 77af7ea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,19 @@ jobs:
7272
swift-version: "6"
7373
- name: Test
7474
run: swift test --no-parallel
75+
76+
integration-test-mac:
77+
runs-on: macos-15
78+
steps:
79+
- name: Run Spark Connect Server
80+
run: |
81+
curl -LO https://downloads.apache.org/spark/spark-4.0.0-preview2/spark-4.0.0-preview2-bin-hadoop3.tgz
82+
tar xvfz spark-4.0.0-preview2-bin-hadoop3.tgz
83+
cd spark-4.0.0-preview2-bin-hadoop3
84+
sbin/start-connect-server.sh
85+
- uses: actions/checkout@v4
86+
- uses: swift-actions/[email protected]
87+
with:
88+
swift-version: "6"
89+
- name: Test
90+
run: swift test --no-parallel

0 commit comments

Comments
 (0)