We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0ff50 commit ee0c146Copy full SHA for ee0c146
.github/workflows/unit-test.yml
@@ -52,9 +52,9 @@ jobs:
52
working-directory: ./packages/contentstack-auth
53
run: npm run test
54
55
- - name: Run tests for Contentstack Import Setup
56
- working-directory: ./packages/contentstack-import-setup
57
- run: npm run test:unit
+ # - name: Run tests for Contentstack Import Setup
+ # working-directory: ./packages/contentstack-import-setup
+ # run: npm run test:unit
58
59
60
- name: Run tests for Contentstack Bulk Publish
0 commit comments