diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a9b7b20..d8db769 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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