Skip to content

Commit

Permalink
Merge pull request godwokenrises#259 from keroro520/simplify-workflow
Browse files Browse the repository at this point in the history
feat: reuse simplified godwoken-test workflow
  • Loading branch information
keroro520 authored May 27, 2022
2 parents be5ff3c + f5ac365 commit 681a36e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Test
name: Godwoken Tests

on:
push:
Expand All @@ -9,7 +9,8 @@ on:

jobs:
godwoken-tests:
uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop
uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@simplify-workflow
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>.
kicker_ref: ${{ github.ref }}
extra_github_env: |
GODWOKEN_KICKER_REPO=${{ github.repository }}
GODWOKEN_KICKER_REF=${{ github.ref }}

0 comments on commit 681a36e

Please sign in to comment.