Skip to content

Commit

Permalink
ci: fix test-documentation for Yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 22, 2024
1 parent 95fcd5f commit 5f70e09
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
path: ./agoric-sdk

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

# Select a branch on dapp to test against by adding text to the body of the
# pull request. For example: #dapp-encouragement-branch: zoe-release-0.7.0
# The default is 'main'
Expand Down Expand Up @@ -60,8 +54,10 @@ jobs:
path: dapp
ref: ${{steps.get-branch.outputs.result}}

- name: Agoric install in dapp
run: agoric install
- name: point dapp to agoric-SDK HEAD
# This assumes the dapp uses Yarn 4 and its other deps are compatible
# with the versions in the agoric-sdk packages.
run: yarn link ../agoric-sdk --all --relative
working-directory: ./dapp

- name: yarn build in dapp
Expand Down

0 comments on commit 5f70e09

Please sign in to comment.