File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 strategy :
2929 matrix :
3030 plugin :
31- - contentstack -audit
32- - contentstack -export-to-csv
31+ - cli -audit
32+ - cli-cm -export-to-csv
3333
3434 steps :
3535 - name : Checkout code
@@ -41,14 +41,14 @@ jobs:
4141 node-version : ' 22.x'
4242
4343 - name : Install dependencies for the plugin
44- working-directory : /home/runner/work/cli/cli/packages /${{ matrix.plugin }}
44+ working-directory : /home/runner/work/cli/cli/node_modules/@contentstack /${{ matrix.plugin }}
4545 run : npm install
4646
4747 - name : Check current directory
4848 run : pwd
4949
5050 - name : List files in plugin directory
51- run : ls -R /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
51+ run : ls -R /home/runner/work/cli/cli
5252
5353
5454 - name : Run tests for the plugin
You can’t perform that action at this time.
0 commit comments