Skip to content

Commit

Permalink
Fix CI (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Feb 13, 2023
1 parent 62915ae commit 261370d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ 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/341/merge
GODWOKEN_KICKER_REF=0fe565409eff7a3bd3323b5d3411f2d6186ed478
17 changes: 16 additions & 1 deletion .github/workflows/web3-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,25 @@ on:

env:
# Environment variables propagated to godwoken-kicker
MANUAL_BUILD_GODWOKEN: "true"
GODWOKEN_GIT_URL: "https://github.com/${{ github.repository }}"
GODWOKEN_GIT_CHECKOUT: "${{ github.ref }}""
MANUAL_BUILD_SCRIPTS: "true"
SCRIPTS_GIT_URL: "https://github.com/${{ github.repository }}"
SCRIPTS_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_POLYJUICE: "true"
POLYJUICE_GIT_URL: "https://github.com/${{ github.repository }}"
POLYJUICE_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_WEB3: "true"
MANUAL_BUILD_WEB3_INDEXER: "true"
WEB3_GIT_URL: "https://github.com/${{ github.repository }}"
WEB3_GIT_CHECKOUT: "${{ github.sha }}"
WEB3_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_POLYJUICE: "true"
POLYJUICE_GIT_URL: "https://github.com/${{ github.repository }}"
POLYJUICE_GIT_CHECKOUT: "${{ github.ref }}"
GODWOKEN_KICKER_REPO: "godwokenrises/godwoken-kicker"
GODWOKEN_KICKER_REF: "0fe565409eff7a3bd3323b5d3411f2d6186ed478"


jobs:
web3-unit-tests:
Expand Down

0 comments on commit 261370d

Please sign in to comment.