Skip to content

Commit

Permalink
fix linking ab with pnpm in github assets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 18, 2022
1 parent beb0474 commit 15a84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: ab
continue-on-error: true
id: ab
- run: pnpm link --cwd "$GITHUB_WORKSPACE/ab" && pnpm link ab --cwd ui/round
- run: pnpm link -C "$GITHUB_WORKSPACE/ab" && pnpm link ab -C ui/round
if: steps.ab.outcome == 'success'
- run: ./ui/bleep -p
- run: cd ui && pnpm run test && cd -
Expand Down

0 comments on commit 15a84aa

Please sign in to comment.