Skip to content

Commit 7c30f10

Browse files
[WASM] Pin release branch for integration test
1 parent 65d1271 commit 7c30f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
with:
186186
repository: swiftwasm/integration-tests
187187
path: integration-tests
188+
ref: release/5.3
188189
- name: Run integration tests
189190
run: |
190191
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
@@ -232,6 +233,7 @@ jobs:
232233
with:
233234
repository: swiftwasm/integration-tests
234235
path: integration-tests
236+
ref: release/5.3
235237
- name: Run integration tests
236238
run: swift run # Use TOOLCHAIN env value
237239
working-directory: ${{ github.workspace }}/integration-tests
@@ -277,6 +279,7 @@ jobs:
277279
with:
278280
repository: swiftwasm/integration-tests
279281
path: integration-tests
282+
ref: release/5.3
280283
- name: Run integration tests
281284
run: swift run # Use TOOLCHAIN env value
282285
working-directory: ${{ github.workspace }}/integration-tests

0 commit comments

Comments
 (0)