Skip to content

Commit

Permalink
fixup! test(ci): include Update Chain Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 19, 2024
1 parent 5a20790 commit 687420f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
node-version: 18.x
path: ./agoric-sdk

- name: yarn link
run: |
yarn link-cli ~/bin/agoric
echo "/home/runner/bin" >> $GITHUB_PATH
working-directory: ./agoric-sdk

- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit 687420f

Please sign in to comment.