From 320d2aa231f6ab8d08ca9629e19689b2768e3055 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Wed, 23 Aug 2023 07:54:49 +0900 Subject: [PATCH] ci: pins the version of wasi-testsuits (#1650) Signed-off-by: Takeshi Yoneda --- .github/workflows/integration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a7c9e3dd..747ac7dd 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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