Skip to content

Commit a07b3b9

Browse files
committed
fix
1 parent 95e481a commit a07b3b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
4545
run: npm install
4646

47-
# - name: Prepack the plugin
48-
# working-directory: ./packages/${{ matrix.plugin }}
49-
# run: npm run prepack
47+
- name: Check current directory
48+
run: pwd
49+
50+
- name: List files in plugin directory
51+
run: ls -R /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
5052

5153

5254
- name: Run tests for the plugin

0 commit comments

Comments
 (0)