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:
184184 uses : actions/checkout@v2
185185 with :
186186 repository : swiftwasm/integration-tests
187+ path : integration-tests
187188 - name : Run integration tests
188189 run : swift run # Use TOOLCHAIN env value
190+ working-directory : ${{ github.workspace }}/integration-tests
189191
190192 ubuntu1804_smoke_test :
191193 name : Run smoke tests on Ubuntu 18.04
@@ -227,8 +229,10 @@ jobs:
227229 uses : actions/checkout@v2
228230 with :
229231 repository : swiftwasm/integration-tests
232+ path : integration-tests
230233 - name : Run integration tests
231234 run : swift run # Use TOOLCHAIN env value
235+ working-directory : ${{ github.workspace }}/integration-tests
232236
233237 ubuntu2004_smoke_test :
234238 name : Run smoke tests on Ubuntu 20.04
@@ -270,5 +274,7 @@ jobs:
270274 uses : actions/checkout@v2
271275 with :
272276 repository : swiftwasm/integration-tests
277+ path : integration-tests
273278 - name : Run integration tests
274279 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