File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -21,32 +21,32 @@ jobs:
2121 run : |
2222 npm run setup-repo-old
2323
24- # Test plugins dynamically
25- test-plugins :
26- runs-on : ubuntu-latest
27- needs : install-dependencies # Ensures this job runs after dependencies are installed
28- strategy :
29- matrix :
30- plugin :
31- - cli-audit
32- - cli-cm-export-to-csv
33-
34- steps :
35- - name : Checkout code
36- uses : actions/checkout@v4
37-
38- - name : Set up Node.js
39- uses : actions/setup-node@v4
40- with :
41- node-version : ' 22.x'
24+ # # Test plugins dynamically
25+ # test-plugins:
26+ # runs-on: ubuntu-latest
27+ # needs: install-dependencies # Ensures this job runs after dependencies are installed
28+ # strategy:
29+ # matrix:
30+ # plugin:
31+ # - cli-audit
32+ # - cli-cm-export-to-csv
33+
34+ # steps:
35+ # - name: Checkout code
36+ # uses: actions/checkout@v4
37+
38+ # - name: Set up Node.js
39+ # uses: actions/setup-node@v4
40+ # with:
41+ # node-version: '22.x'
4242
43- - name : Check current directory
44- run : pwd
43+ # - name: Check current directory
44+ # run: pwd
4545
4646 - name : List files in plugin directory
4747 run : ls -R /home/runner/work/cli
4848
4949
5050 - name : Run tests for the plugin
51- working-directory : /home/runner/work/cli/cli/node_modules/@ contentstack/${{ matrix.plugin }}
51+ working-directory : ./packages/ contentstack-audit
5252 run : npm run test:unit
You can’t perform that action at this time.
0 commit comments