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 c6a9957
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm }}
cancel-in-progress: true
name: ${{ format('E2E ({0})', matrix.pm) }}
name: ${{ format('E2E ({0} on {1})', matrix.pm, matrix.os) }}
if: github.repository_owner == 'cloudflare' && github.event.pull_request.user.login != 'dependabot[bot]'
strategy:
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 c6a9957

Please sign in to comment.