We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe263e commit 46af080Copy full SHA for 46af080
.github/workflows/unit-test.yml
@@ -47,6 +47,10 @@ jobs:
47
- name: Run tests for Contentstack Auth
48
working-directory: ./packages/contentstack-auth
49
run: npm run test
50
+
51
+ - name: Run tests for Contentstack Bulk Publish
52
+ working-directory: ./packages/contentstack-bulk-publish
53
+ run: npm run test
54
# - name: Fetch latest references
55
# run: |
56
# git fetch --prune
0 commit comments