We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c7cee commit d6f2a0cCopy full SHA for d6f2a0c
.github/workflows/unit-test.yml
@@ -58,5 +58,5 @@ jobs:
58
59
60
- name: Run tests for the plugin
61
- working-directory: ./packages/${{ matrix.plugin }}
+ working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}
62
run: npm run test:unit
0 commit comments