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 @@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
swift-version : " 6.1"
104
104
- name : Build
105
- run : swift build -c release
105
+ run : swift test --filter NOTHING -c release
106
106
- name : Test
107
107
run : |
108
108
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.1.0-preview1-rc1-bin/spark-4.1.0-preview1-bin-hadoop3.tgz
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
swift-version : " 6.1"
124
124
- name : Build
125
- run : swift build -c release
125
+ run : swift test --filter NOTHING -c release
126
126
- name : Test
127
127
run : |
128
128
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -144,7 +144,7 @@ jobs:
144
144
with :
145
145
swift-version : " 6.1"
146
146
- name : Build
147
- run : swift build -c release
147
+ run : swift test --filter NOTHING -c release
148
148
- name : Test
149
149
run : |
150
150
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -169,7 +169,7 @@ jobs:
169
169
distribution : zulu
170
170
java-version : 17
171
171
- name : Build
172
- run : swift build -c release
172
+ run : swift test --filter NOTHING -c release
173
173
- name : Test
174
174
run : |
175
175
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-3.5.6/spark-3.5.6-bin-hadoop3.tgz?action=download
@@ -196,7 +196,7 @@ jobs:
196
196
distribution : zulu
197
197
java-version : 17
198
198
- name : Build
199
- run : swift build -c release
199
+ run : swift test --filter NOTHING -c release
200
200
- name : Test
201
201
run : |
202
202
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