We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b7562 commit 94ecd6eCopy full SHA for 94ecd6e
1 file changed
.github/workflows/unit-test.yml
@@ -54,12 +54,13 @@ jobs:
54
55
- name: Run tests for Contentstack Auth
56
working-directory: ./packages/contentstack-auth
57
- run: npm run test:unit
+ run: npm run test
58
59
# - name: Run tests for Contentstack Import Setup
60
# working-directory: ./packages/contentstack-import-setup
61
# run: npm run test:unit
62
63
+
64
- name: Run tests for Contentstack Bulk Publish
65
working-directory: ./packages/contentstack-bulk-publish
66
run: npm run test:unit
0 commit comments