File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,10 @@ jobs:
184
184
uses : actions/checkout@v2
185
185
with :
186
186
repository : swiftwasm/integration-tests
187
+ path : integration-tests
187
188
- name : Run integration tests
188
189
run : swift run # Use TOOLCHAIN env value
190
+ working-directory : ${{ github.workspace }}/integration-tests
189
191
190
192
ubuntu1804_smoke_test :
191
193
name : Run smoke tests on Ubuntu 18.04
@@ -227,8 +229,10 @@ jobs:
227
229
uses : actions/checkout@v2
228
230
with :
229
231
repository : swiftwasm/integration-tests
232
+ path : integration-tests
230
233
- name : Run integration tests
231
234
run : swift run # Use TOOLCHAIN env value
235
+ working-directory : ${{ github.workspace }}/integration-tests
232
236
233
237
ubuntu2004_smoke_test :
234
238
name : Run smoke tests on Ubuntu 20.04
@@ -270,5 +274,7 @@ jobs:
270
274
uses : actions/checkout@v2
271
275
with :
272
276
repository : swiftwasm/integration-tests
277
+ path : integration-tests
273
278
- name : Run integration tests
274
279
run : swift run # Use TOOLCHAIN env value
280
+ working-directory : ${{ github.workspace }}/integration-tests
You can’t perform that action at this time.
0 commit comments