We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75da0f3 commit 658accaCopy full SHA for 658acca
1 file changed
.github/workflows/unit-test.yml
@@ -44,9 +44,9 @@ jobs:
44
run: pwd
45
46
- name: List files in plugin directory
47
- run: ls -R /home/runner/work/cli/cli
+ run: ls -R /home/runner/work/cli/node_modules/@contentstack
48
49
50
- name: Run tests for the plugin
51
- working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
+ working-directory: /home/runner/work/cli/node_modules/@contentstack/${{ matrix.plugin }}
52
run: npm run test:unit
0 commit comments