We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b6674 commit 310e937Copy full SHA for 310e937
1 file changed
.github/workflows/unit-test.yml
@@ -71,6 +71,6 @@ jobs:
71
working-directory: ./packages/contentstack-apps-cli
72
run: npm run test:unit:report:json
73
74
- - name: Lint Contentstack Tsgen plugin
+ - name: Run tests for Contentstack Tsgen plugin
75
working-directory: ./packages/contentstack-cli-tsgen
76
- run: pnpm run lint
+ run: npm run test
0 commit comments