Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
working-directory: ./packages/contentstack-auth
run: npm run test

# - name: Run tests for Contentstack Import Setup
# working-directory: ./packages/contentstack-import-setup
# run: npm run test:unit
- name: Run tests for Contentstack Import Setup
working-directory: ./packages/contentstack-import-setup
run: npm run test:unit


- name: Run tests for Contentstack Bulk Publish
Expand Down
Loading