File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ jobs:
101
101
- uses : swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
102
102
with :
103
103
swift-version : " 6.1"
104
+ - name : Build
105
+ run : swift build -c release
104
106
- name : Test
105
107
run : |
106
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
@@ -119,6 +121,8 @@ jobs:
119
121
- uses : swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
120
122
with :
121
123
swift-version : " 6.1"
124
+ - name : Build
125
+ run : swift build -c release
122
126
- name : Test
123
127
run : |
124
128
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -139,6 +143,8 @@ jobs:
139
143
- uses : swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
140
144
with :
141
145
swift-version : " 6.1"
146
+ - name : Build
147
+ run : swift build -c release
142
148
- name : Test
143
149
run : |
144
150
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download
@@ -162,6 +168,8 @@ jobs:
162
168
with :
163
169
distribution : zulu
164
170
java-version : 17
171
+ - name : Build
172
+ run : swift build -c release
165
173
- name : Test
166
174
run : |
167
175
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-3.5.6/spark-3.5.6-bin-hadoop3.tgz?action=download
@@ -187,6 +195,8 @@ jobs:
187
195
with :
188
196
distribution : zulu
189
197
java-version : 17
198
+ - name : Build
199
+ run : swift build -c release
190
200
- name : Test
191
201
run : |
192
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