Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
v1: Run integration-test by calling reusable-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Mar 10, 2022
1 parent 6d4ac6f commit 50cd9fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ jobs:

- name: Checksums of generator and validator
run: sha256sum build/generator build/generator_log build/validator build/validator_log


integration-test:
uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop
with:
# github.head_ref: The head_ref or source branch of the pull request in a workflow run. This property is only available when the event that triggers a workflow run is either pull_request or pull_request_target.
# 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>.
polyjuice_ref: ${{ github.head_ref || github.ref }}
kicker_ref: refs/pull/179/head
2 changes: 1 addition & 1 deletion c/polyjuice_globals.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef POLYJUICE_GLOBALS_H
#define POLYJUICE_GLOBALS_H

#define POLYJUICE_VERSION "v1.0.0-alpha"
#define POLYJUICE_VERSION "v1.0.0-beta"

#define DEFAULT_SHORT_SCRIPT_HASH_LEN 20
#define ETH_ADDRESS_LEN 20
Expand Down

0 comments on commit 50cd9fc

Please sign in to comment.