Skip to content

Commit 15fa57b

Browse files
committed
fix
1 parent a07b3b9 commit 15fa57b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
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

0 commit comments

Comments
 (0)