We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55535 commit 7338082Copy full SHA for 7338082
1 file changed
.github/workflows/unit-test.yml
@@ -28,9 +28,9 @@ jobs:
28
# working-directory: ./packages/contentstack-import
29
# run: npm run test:unit
30
31
- - name: Run tests for Contentstack Export Plugin
32
- working-directory: ./packages/contentstack-export
33
- run: npm run test:unit
+ # - name: Run tests for Contentstack Export Plugin
+ # working-directory: ./packages/contentstack-export
+ # run: npm run test:unit
34
35
- name: Run tests for Audit plugin
36
working-directory: ./packages/contentstack-audit
0 commit comments