We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8588fa commit 928f2aeCopy full SHA for 928f2ae
.github/workflows/unit-test.yml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Install dependencies
27
run: |
28
+ cd packages/${{ matrix.plugin }} # Navigate to the plugin directory
29
npm install
30
31
- name: Run tests for the plugin
0 commit comments