Skip to content

Commit ee9833a

Browse files
fix: update test command for Contentstack Bulk Publish to run unit tests
1 parent 46af080 commit ee9833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Run tests for Contentstack Bulk Publish
5252
working-directory: ./packages/contentstack-bulk-publish
53-
run: npm run test
53+
run: npm run test:unit
5454
# - name: Fetch latest references
5555
# run: |
5656
# git fetch --prune

0 commit comments

Comments
 (0)