We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9b4c3 commit 7c283b2Copy full SHA for 7c283b2
.github/workflows/unit-test.yml
@@ -44,6 +44,15 @@ jobs:
44
working-directory: ./packages/${{ matrix.plugin }}
45
run: npm install
46
47
+ - name: Debug environment
48
+ run: |
49
+ echo "Current directory: $(pwd)"
50
+ echo "Node version: $(node -v)"
51
+ echo "NPM version: $(npm -v)"
52
+ echo "Installed packages:"
53
+ npm ls @contentstack/cli-utilities
54
+
55
56
- name: Run tests for the plugin
57
58
run: npm run test:unit
0 commit comments