Skip to content

Commit

Permalink
Fix pnpm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed May 3, 2024
1 parent 8c10430 commit 715cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cd temp-pnpm
pnpm init
pnpm add ${{ github.workspace }}/edgedb-cli.tar.gz
pnpm exec edgedb -- --version
pnpm exec edgedb --version
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135
- name: Test CLI wrapper with bun
Expand Down

0 comments on commit 715cba9

Please sign in to comment.