Skip to content

Commit e4e4802

Browse files
committed
fixed unit test case yml
1 parent dd93e85 commit e4e4802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# run: mv packages/contentstack/package.json packages/contentstack/package.json.disabled || true
2727

2828
- name: Install Dependencies (Excluding Contentstack)
29-
run: pnpm install --frozen-lockfile
29+
run: pnpm install --no-frozen-lockfile
3030

3131
- name: Build all plugins (Excluding Contentstack)
3232
run: |

0 commit comments

Comments
 (0)