Skip to content

Commit 652ca0c

Browse files
committed
updated unit testcase yml
1 parent 35f9dcd commit 652ca0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit-test.yml

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

2828
- name: Install Dependencies (Excluding Contentstack)
29-
run: npm run bootstrap
29+
run: pnpm install --frozen-lockfile --prefer-offline=false
30+
31+
- name: Clean the repository
32+
run: git clean -fdx
3033

3134
- name: Build all plugins (Excluding Contentstack)
3235
run: |

0 commit comments

Comments
 (0)