Skip to content

Commit

Permalink
test: reuse simplified godwoken-test workflow (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 authored Jun 11, 2022
1 parent f6e8468 commit 9d322b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ jobs:
integration-test:
needs: docker-build-push
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:
gw_prebuild_image_name: ${{ needs.docker-build-push.outputs.image_name }}
gw_prebuild_image_tag: ${{ needs.docker-build-push.outputs.image_tag }}
kicker_ref: compatibility-changes # https://github.com/RetricSu/godwoken-kicker/tree/compatibility-changes
# gw_prebuild_image_digest: ${{ needs.docker-build-push.outputs.image_digest }}
extra_github_env: |
GODWOKEN_PREBUILD_IMAGE_NAME="${{ needs.docker-build-push.outputs.image_name }}:${{ needs.docker-build-push.outputs.image_tag }}"

0 comments on commit 9d322b2

Please sign in to comment.