Skip to content

Commit 4198b59

Browse files
committed
Run integration test
1 parent 593c810 commit 4198b59

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
@@ -54,3 +54,19 @@ jobs:
5454
swift-version: "6"
5555
- name: Build
5656
run: swift build -v
57+
58+
integration-test:
59+
runs-on: ubuntu-latest
60+
services:
61+
spark-connect-server:
62+
image: apache/spark:4.0.0-preview2
63+
ports:
64+
- 15002:15002
65+
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
66+
steps:
67+
- uses: actions/checkout@v4
68+
- uses: swift-actions/[email protected]
69+
with:
70+
swift-version: "6"
71+
- name: Test
72+
run: swift test

0 commit comments

Comments
 (0)