We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e481a commit a07b3b9Copy full SHA for a07b3b9
.github/workflows/unit-test.yml
@@ -44,9 +44,11 @@ jobs:
44
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
45
run: npm install
46
47
- # - name: Prepack the plugin
48
- # working-directory: ./packages/${{ matrix.plugin }}
49
- # run: npm run prepack
+ - name: Check current directory
+ run: pwd
+
50
+ - name: List files in plugin directory
51
+ run: ls -R /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
52
53
54
- name: Run tests for the plugin
0 commit comments