Skip to content

Commit d6f2a0c

Browse files
committed
fix
1 parent 95c7cee commit d6f2a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
5959
6060
- name: Run tests for the plugin
61-
working-directory: ./packages/${{ matrix.plugin }}
61+
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
6262
run: npm run test:unit

0 commit comments

Comments
 (0)