Skip to content

Commit

Permalink
chore(ci): godwoken-tests workflow commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroqn committed Apr 27, 2022
1 parent 9816e73 commit 9597b6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<branch_name>, and for tags it is refs/tags/<tag_name>.
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

0 comments on commit 9597b6d

Please sign in to comment.