Skip to content

Commit 0ec7e6c

Browse files
committed
fea: debug
1 parent 80b88cb commit 0ec7e6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/server_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
coverage: none
2525
tools: composer
2626

27+
- name: Debug files
28+
run: |
29+
pwd
30+
ls -la
31+
find . -maxdepth 4 -name composer.json
32+
2733
- name: Install dependencies
2834
run: composer install --prefer-dist --no-progress --no-interaction
2935

0 commit comments

Comments
 (0)