Skip to content

Commit

Permalink
πŸ’š Set up pnpm for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jyboy committed Apr 7, 2024
1 parent bce85e9 commit 146b919
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
build: pnpm run build
start: pnpm preview
start: pnpm run preview
browser: chrome

0 comments on commit 146b919

Please sign in to comment.