Skip to content

Commit 9afac7f

Browse files
committed
Run integration test
1 parent 593c810 commit 9afac7f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,21 @@ 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:
62+
image: apache/spark:4.0.0-preview2
63+
env:
64+
SPARK_NO_DAEMONIZE: 1
65+
ports:
66+
- 15002:15002
67+
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
68+
steps:
69+
- uses: actions/checkout@v4
70+
- uses: swift-actions/[email protected]
71+
with:
72+
swift-version: "6"
73+
- name: Test
74+
run: swift test --no-parallel

0 commit comments

Comments
 (0)