Skip to content

Commit 46af080

Browse files
test: add unit tests for Contentstack Bulk Publish
1 parent bbe263e commit 46af080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
- name: Run tests for Contentstack Auth
4848
working-directory: ./packages/contentstack-auth
4949
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
5054
# - name: Fetch latest references
5155
# run: |
5256
# git fetch --prune

0 commit comments

Comments
 (0)