Does this work

This commit is contained in:
Lee Robinson 2023-10-27 14:09:34 -05:00
parent c756e0673d
commit 54ad8b595b

View File

@ -27,6 +27,6 @@ jobs:
key: node-modules-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Install dependencies
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Run tests
run: pnpm test