Skip to content

Commit ff14e95

Browse files
committed
fix
1 parent 0279269 commit ff14e95

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/unit-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install dependencies for all plugins
2121
run: |
22-
npm install
22+
npm run setup-repo-old
2323
2424
# Test plugins dynamically
2525
test-plugins:
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
node-version: '22.x'
4242

43-
- name: Install dependencies for the plugin
44-
working-directory: ./packages/${{ matrix.plugin }}
45-
run: npm install
43+
# - name: Install dependencies for the plugin
44+
# working-directory: ./packages/${{ matrix.plugin }}
45+
# run: npm install
4646

47-
- name: Prepack the plugin
48-
working-directory: ./packages/${{ matrix.plugin }}
49-
run: npm run prepack
47+
# - name: Prepack the plugin
48+
# working-directory: ./packages/${{ matrix.plugin }}
49+
# run: npm run prepack
5050

5151
- name: Debug environment
5252
run: |

0 commit comments

Comments
 (0)