File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ jobs:
185
185
with :
186
186
repository : swiftwasm/integration-tests
187
187
path : integration-tests
188
+ ref : release/5.3
188
189
- name : Run integration tests
189
190
run : |
190
191
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
@@ -232,6 +233,7 @@ jobs:
232
233
with :
233
234
repository : swiftwasm/integration-tests
234
235
path : integration-tests
236
+ ref : release/5.3
235
237
- name : Run integration tests
236
238
run : swift run # Use TOOLCHAIN env value
237
239
working-directory : ${{ github.workspace }}/integration-tests
@@ -277,6 +279,7 @@ jobs:
277
279
with :
278
280
repository : swiftwasm/integration-tests
279
281
path : integration-tests
282
+ ref : release/5.3
280
283
- name : Run integration tests
281
284
run : swift run # Use TOOLCHAIN env value
282
285
working-directory : ${{ github.workspace }}/integration-tests
You can’t perform that action at this time.
0 commit comments