Skip to content

Commit 721f2f5

Browse files
committed
Remove integration test
1 parent 34221a5 commit 721f2f5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,6 @@ jobs:
8383
- name: Test
8484
run: swift test --no-parallel
8585

86-
integration-test-linux-arm:
87-
runs-on: ubuntu-24.04-arm
88-
services:
89-
spark:
90-
image: apache/spark:4.0.0-preview2
91-
env:
92-
SPARK_NO_DAEMONIZE: 1
93-
ports:
94-
- 15002:15002
95-
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
96-
steps:
97-
- uses: actions/checkout@v4
98-
- name: Test
99-
run: |
100-
docker run swift:6.1 uname -a
101-
docker run -v $PWD:/orc -w /orc swift:6.1 swift test --no-parallel
102-
10386
integration-test-mac:
10487
runs-on: macos-15
10588
steps:

0 commit comments

Comments
 (0)