Skip to content

Commit ad8e56f

Browse files
committed
fea: debug
1 parent 80b88cb commit ad8e56f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/server_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ jobs:
2828
run: composer install --prefer-dist --no-progress --no-interaction
2929

3030
- name: Run PHPUnit
31-
run: php artisan test
31+
run: php artisan test
32+
33+
- name: Debug files
34+
run: |
35+
pwd
36+
ls -la
37+
find . -maxdepth 4 -name composer.json

0 commit comments

Comments
 (0)