Skip to content

Commit

Permalink
Added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerjefferiesEyes committed Jun 28, 2024
1 parent 4a06ef0 commit 51ed89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node_modules
~/.cache/Cypress # needed for the Cypress binary
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- name: Cache npm dependencies
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit 51ed89c

Please sign in to comment.