We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f9dcd commit 652ca0cCopy full SHA for 652ca0c
1 file changed
.github/workflows/unit-test.yml
@@ -26,7 +26,10 @@ jobs:
26
# run: mv packages/contentstack/package.json packages/contentstack/package.json.disabled || true
27
28
- name: Install Dependencies (Excluding Contentstack)
29
- run: npm run bootstrap
+ run: pnpm install --frozen-lockfile --prefer-offline=false
30
+
31
+ - name: Clean the repository
32
+ run: git clean -fdx
33
34
- name: Build all plugins (Excluding Contentstack)
35
run: |
0 commit comments