Skip to content

Commit

Permalink
ci: drop link-cli for Yarn >1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 22, 2024
1 parent b2e56af commit 33567a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ jobs:
corepack enable
yarn install
yarn build
yarn link-cli ~/bin/agoric
echo "/home/runner/bin" >> $GITHUB_PATH
working-directory: ./agoric-sdk

- name: agoric install
run: agoric install
run: agoric-sdk/packages/agoric-cli/bin/agoric install
- name: yarn lint
run: yarn lint
- name: yarn test snippets
Expand Down

0 comments on commit 33567a6

Please sign in to comment.