Skip to content

Commit

Permalink
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 ebdaee2 commit cb792c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
matrix:
os: [ubuntu-latest]
pm: [npm, pnpm, bun, yarn]
# include a single windows test with pnpm
include:
- os: windows-latest
pm: pnpm
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit cb792c0

Please sign in to comment.