We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923f437 commit 8534863Copy full SHA for 8534863
.github/workflows/unit-test.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Test contentstack-auth
31
working-directory: ./packages/contentstack-auth
32
run: pnpm test
33
- - name: Test contentstack-utilities
34
- working-directory: ./packages/contentstack-utilities
35
- run: pnpm test
+ # Commented out in v2-beta production
+ # - name: Test contentstack-utilities
+ # working-directory: ./packages/contentstack-utilities
36
+ # run: pnpm test
0 commit comments