Skip to content

Commit 928f2ae

Browse files
committed
fix
1 parent b8588fa commit 928f2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28+
cd packages/${{ matrix.plugin }} # Navigate to the plugin directory
2829
npm install
2930
3031
- name: Run tests for the plugin

0 commit comments

Comments
 (0)