Skip to content

Commit

Permalink
fix: try to cache cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed May 30, 2024
1 parent 5a8c97f commit efc2f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: |
/home/runner/.cache/Cypress
- run: pnpm install --frozen-lockfile

- uses: nrwl/nx-set-shas@v4

- run: pnpm exec nx-cloud record -- nx format:check
Expand Down

0 comments on commit efc2f7b

Please sign in to comment.