Skip to content

Commit b8588fa

Browse files
committed
fix
1 parent 6a1b7e9 commit b8588fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Run tests for the plugin
3131
run: |
3232
cd packages/${{ matrix.plugin }} # Navigate to the plugin directory
33-
npm test:unit # Run unit tests for the plugin
33+
npm run test:unit # Run unit tests for the plugin

0 commit comments

Comments
 (0)