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 60e5248 commit afc4c7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Test TOML serialization
run: cargo run --bin godwoken -- generate-example-config -o test.toml

# FIXME: change to nervosnetwork/godwoken-tests after merge pr 675
integration-test:
uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop
uses: zeroqn/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>.
godwoken_ref: ${{ github.ref }}
Expand Down

0 comments on commit afc4c7a

Please sign in to comment.