mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 21:27:50 +00:00
Does this work
This commit is contained in:
parent
c756e0673d
commit
54ad8b595b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user