We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41de899 commit 2047e3fCopy full SHA for 2047e3f
.github/workflows/unit-test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run tests for Contentstack Config
43
working-directory: ./packages/contentstack-config
44
- run: npm run test
+ run: npm run test:unit
45
46
- name: Run tests for Contentstack Auth
47
working-directory: ./packages/contentstack-auth
0 commit comments