Skip to content

Commit

Permalink
ci: pins the version of wasi-testsuits (#1650)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Aug 22, 2023
1 parent 967d8df commit 320d2aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ jobs:
uses: actions/checkout@v3
with:
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

- name: Initialize Python environment
Expand Down

0 comments on commit 320d2aa

Please sign in to comment.