We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d37e9b commit cc55535Copy full SHA for cc55535
1 file changed
.github/workflows/unit-test.yml
@@ -24,9 +24,9 @@ jobs:
24
working-directory: ./packages/contentstack-command
25
run: npm run test:unit
26
27
- - name: Run tests for Contentstack Import Plugin
28
- working-directory: ./packages/contentstack-import
29
- run: npm run test:unit
+ # - name: Run tests for Contentstack Import Plugin
+ # working-directory: ./packages/contentstack-import
+ # run: npm run test:unit
30
31
- name: Run tests for Contentstack Export Plugin
32
working-directory: ./packages/contentstack-export
0 commit comments