Skip to content

Commit a950945

Browse files
committed
fix: unit test workflow
1 parent 8a55d32 commit a950945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
node-version: '22'
4242

43+
- name: Install dependencies for the plugin
44+
run: |
45+
cd packages/${{ matrix.plugin }}
46+
npm install
47+
4348
- name: Run tests for the plugin
4449
run: |
4550
cd packages/${{ matrix.plugin }}

0 commit comments

Comments
 (0)