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 34221a5 commit 721f2f5Copy full SHA for 721f2f5
.github/workflows/build_and_test.yml
@@ -83,23 +83,6 @@ jobs:
83
- name: Test
84
run: swift test --no-parallel
85
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
-
103
integration-test-mac:
104
runs-on: macos-15
105
steps:
0 commit comments