We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1b7e9 commit b8588faCopy full SHA for b8588fa
.github/workflows/unit-test.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Run tests for the plugin
31
run: |
32
cd packages/${{ matrix.plugin }} # Navigate to the plugin directory
33
- npm test:unit # Run unit tests for the plugin
+ npm run test:unit # Run unit tests for the plugin
0 commit comments