Skip to content

Commit e11c9dc

Browse files
committed
Add debug info to CI workflow
1 parent 31d0fe0 commit e11c9dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@ jobs:
2121
- name: Install dependencies
2222
run: bun install --frozen-lockfile
2323

24+
- name: Debug node_modules structure
25+
run: |
26+
ls -la node_modules/redis-monorepo/packages/
27+
ls -la node_modules/redis-monorepo/packages/redis/
28+
cat node_modules/redis-monorepo/packages/redis/package.json
29+
2430
- name: Run tests
2531
run: bun test

0 commit comments

Comments
 (0)