Skip to content

Commit 95e481a

Browse files
committed
refactor: uncomment install dependencies step
1 parent a9850b9 commit 95e481a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
with:
4141
node-version: '22.x'
4242

43-
# - name: Install dependencies for the plugin
44-
# working-directory: ./packages/${{ matrix.plugin }}
45-
# run: npm install
43+
- name: Install dependencies for the plugin
44+
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
45+
run: npm install
4646

4747
# - name: Prepack the plugin
4848
# working-directory: ./packages/${{ matrix.plugin }}

0 commit comments

Comments
 (0)