Skip to content

Commit e671f10

Browse files
committed
ci: Debug commit
1 parent f9de79c commit e671f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
node-version: 22.20.0
2626

27+
- name: DEBUG - Show all files #TODO: remove
28+
run: tree
29+
2730
- name: Install dependencies
2831
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2932

0 commit comments

Comments
 (0)