Skip to content

Commit 658acca

Browse files
committed
fix
1 parent 75da0f3 commit 658acca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
run: pwd
4545

4646
- name: List files in plugin directory
47-
run: ls -R /home/runner/work/cli/cli
47+
run: ls -R /home/runner/work/cli/node_modules/@contentstack
4848

4949

5050
- name: Run tests for the plugin
51-
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
51+
working-directory: /home/runner/work/cli/node_modules/@contentstack/${{ matrix.plugin }}
5252
run: npm run test:unit

0 commit comments

Comments
 (0)