Skip to content

Commit

Permalink
refactor(workflow-cypress): install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Jan 8, 2025
1 parent 5253b1b commit cab1a19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,16 @@ jobs:
run: |
docker compose -f ./ci/docker-compose.ci.yml --env-file ./.env up -d db redis api front
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Cypress run
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit cab1a19

Please sign in to comment.