File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
with :
124
124
swift-version : " 6.1"
125
125
- name : Build
126
- run : swift build -c release
126
+ run : swift test --filter NOTHING -c release
127
127
- name : Test
128
128
run : |
129
129
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
@@ -145,7 +145,7 @@ jobs:
145
145
with :
146
146
swift-version : " 6.1"
147
147
- name : Build
148
- run : swift build -c release
148
+ run : swift test --filter NOTHING -c release
149
149
- name : Test
150
150
run : |
151
151
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -168,7 +168,7 @@ jobs:
168
168
with :
169
169
swift-version : " 6.1"
170
170
- name : Build
171
- run : swift build -c release
171
+ run : swift test --filter NOTHING -c release
172
172
- name : Test
173
173
run : |
174
174
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -195,7 +195,7 @@ jobs:
195
195
distribution : zulu
196
196
java-version : 17
197
197
- name : Build
198
- run : swift build -c release
198
+ run : swift test --filter NOTHING -c release
199
199
- name : Test
200
200
run : |
201
201
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-3.5.6/spark-3.5.6-bin-hadoop3.tgz?action=download
@@ -223,7 +223,7 @@ jobs:
223
223
distribution : zulu
224
224
java-version : 17
225
225
- name : Build
226
- run : swift build -c release
226
+ run : swift test --filter NOTHING -c release
227
227
- name : Test
228
228
run : |
229
229
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-3.5.6/spark-3.5.6-bin-hadoop3.tgz?action=download
You can’t perform that action at this time.
0 commit comments