ci: pins the version of wasi-testsuits (#1650)

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
Takeshi Yoneda
2023-08-23 07:54:49 +09:00
committed by GitHub
parent 967d8df56d
commit 320d2aa231

View File

@@ -265,7 +265,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: WebAssembly/wasi-testsuite repository: WebAssembly/wasi-testsuite
ref: prod/testsuite-base # prod/testsuite-base branch, as of May 12, 2023.
# TODO: once the wasi-testsuite is stable, we should use the latest tag instead of a branch.
ref: c9c751586fd86b321d595bbef13f2c7403cfdbc5
path: wasi-testsuite path: wasi-testsuite
- name: Initialize Python environment - name: Initialize Python environment