From 9597b6dd20ff38fdb46b8ceca675e82449da2aad Mon Sep 17 00:00:00 2001 From: "zero.qn" Date: Wed, 27 Apr 2022 18:14:53 +0800 Subject: [PATCH] chore(ci): godwoken-tests workflow commit --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 391b3e53d..1fa952693 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,10 +32,9 @@ jobs: run: cargo run --bin godwoken -- generate-example-config -o test.toml integration-test: - uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop + uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@13e3482b6c00dc29891db8e624769762d19968b3 with: # github.ref: The branch or tag ref that triggered the workflow run. For branches this is the format refs/heads/, and for tags it is refs/tags/. gw_prebuild_image_name: ghcr.io/zeroqn/godwoken-prebuilds gw_prebuild_image_tag: v1.1-feat-change-ckb-decimal-to-18 kicker_ref: refs/pull/239/head # https://github.com/RetricSu/godwoken-kicker/pull/239 - tests_ref: refs/pull/105/head # https://github.com/nervosnetwork/godwoken-tests/pull/105