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 2c91276 commit 77af7eaCopy full SHA for 77af7ea
.github/workflows/build_and_test.yml
@@ -72,3 +72,19 @@ jobs:
72
swift-version: "6"
73
- name: Test
74
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