Skip to content

Commit e513019

Browse files
committed
Debug: list files checked out by workflow
1 parent 0169309 commit e513019

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/phpunit-tests-run.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,20 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
3333

34+
- name: Debug: List files before PHP setup
35+
run: ls -laR
36+
3437
- name: Set up PHP
3538
uses: shivammathur/setup-php@v2
3639
with:
3740
php-version: '${{ inputs.php }}'
3841
tools: phpunit-polyfills, composer
3942
extensions: zip
4043

44+
- name: Debug: List files after PHP Setup
45+
run: ls -laR
46+
47+
4148
- name: Install Composer dependencies
4249
run: composer install --optimize-autoloader
4350
# uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)