Skip to content

Commit

Permalink
chore: fix GODWOKEN_KICKER_REF in web3-unit-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 16, 2023
1 parent d564725 commit c36f330
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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=refs/pull/357/merge
GODWOKEN_KICKER_REF=develop
DOCKER_MANUAL_BUILD_IMAGE=retricsu/godwoken-manual-build:node18
10 changes: 5 additions & 5 deletions .github/workflows/web3-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
WEB3_GIT_URL: "https://github.com/${{ github.repository }}"
WEB3_GIT_CHECKOUT: "${{ github.ref }}"
GODWOKEN_KICKER_REPO: "godwokenrises/godwoken-kicker"
GODWOKEN_KICKER_REF: "refs/pull/357/merge"
GODWOKEN_KICKER_REF: "develop"
DOCKER_MANUAL_BUILD_IMAGE: "retricsu/godwoken-manual-build:node18"

jobs:
Expand All @@ -49,10 +49,10 @@ jobs:
capsule --version
# Godwoken-Kicker
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: godwokenrises/godwoken-kicker
ref: 'develop'
repository: ${{ env.GODWOKEN_KICKER_REPO }}
ref: ${{ env.GODWOKEN_KICKER_REF }}
- name: Kicker init
run: ./kicker init
- name: Kicker start
Expand All @@ -71,7 +71,7 @@ jobs:
echo "REDIS_URL=redis://127.0.0.1:6379" >> $GITHUB_ENV
# Godwoken-Web3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: godwoken-monorepo
- name: Get yarn cache directory path
Expand Down

0 comments on commit c36f330

Please sign in to comment.