Skip to content

Commit

Permalink
Update cypress.yml: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather authored Sep 17, 2024
1 parent 9f1621b commit d4bc8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
Expand Down

0 comments on commit d4bc8c9

Please sign in to comment.