Skip to content

Commit

Permalink
test: fix kicker init in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 14, 2023
1 parent 6d15c7e commit 3c432f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
POLYJUICE_GIT_URL=https://github.com/${{ github.repository }}
POLYJUICE_GIT_CHECKOUT=${{ github.ref }}
GODWOKEN_KICKER_REPO=godwokenrises/godwoken-kicker
GODWOKEN_KICKER_REF=develop
GODWOKEN_KICKER_REF=refs/pull/357/merge
DOCKER_MANUAL_BUILD_IMAGE=retricsu/godwoken-manual-build:node18
4 changes: 2 additions & 2 deletions .github/workflows/web3-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ env:
WEB3_GIT_URL: "https://github.com/${{ github.repository }}"
WEB3_GIT_CHECKOUT: "${{ github.ref }}"
GODWOKEN_KICKER_REPO: "godwokenrises/godwoken-kicker"
GODWOKEN_KICKER_REF: "develop"

GODWOKEN_KICKER_REF: "refs/pull/357/merge"
DOCKER_MANUAL_BUILD_IMAGE: "retricsu/godwoken-manual-build:node18"

jobs:
web3-unit-tests:
Expand Down

0 comments on commit 3c432f1

Please sign in to comment.