We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9850b9 commit 95e481aCopy full SHA for 95e481a
.github/workflows/unit-test.yml
@@ -40,9 +40,9 @@ jobs:
40
with:
41
node-version: '22.x'
42
43
- # - name: Install dependencies for the plugin
44
- # working-directory: ./packages/${{ matrix.plugin }}
45
- # run: npm install
+ - name: Install dependencies for the plugin
+ working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
+ run: npm install
46
47
# - name: Prepack the plugin
48
# working-directory: ./packages/${{ matrix.plugin }}
0 commit comments