Skip to content

Commit ef4fe4a

Browse files
[WASM] Checkout integration-tests repository in subdirectory to avoid overwriting
1 parent 8013ade commit ef4fe4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)