Skip to content

Commit

Permalink
Debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
smileBeda committed May 23, 2024
1 parent 62ca41d commit 3d1edb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install Composer Dependencies
run: composer install --no-dev --optimize-autoloader

- name: List Composer Files (Debug)
run: ls -R vendor/composer

- name: Modify Autoloader Paths
run: |
sed -i 's|/src/src/|/src/|g' vendor/composer/autoload_classmap.php
Expand Down

0 comments on commit 3d1edb2

Please sign in to comment.