Skip to content

Commit

Permalink
fixup! test C3 e2e on CI with Windows + pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Nov 15, 2023
1 parent 0621984 commit 8dbce2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/run-c3-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ inputs:
runs:
using: "composite"
steps:
- name: Install Bun ${{ env.bun-version }}
- if: ${{ matrix.pm == 'bun' }}
name: Install Bun ${{ env.bun-version }}
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ env.bun-version }}
Expand Down

0 comments on commit 8dbce2d

Please sign in to comment.