Skip to content

Commit 7c283b2

Browse files
committed
debug
1 parent 7a9b4c3 commit 7c283b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
working-directory: ./packages/${{ matrix.plugin }}
4545
run: npm install
4646

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+
4756
- name: Run tests for the plugin
4857
working-directory: ./packages/${{ matrix.plugin }}
4958
run: npm run test:unit

0 commit comments

Comments
 (0)