Skip to content

Commit

Permalink
Debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smileBeda committed May 23, 2024
1 parent 3d1edb2 commit 94ef967
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ jobs:
coverage: xdebug

- 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
sed -i 's|/src/src/|/src/|g' vendor/composer/autoload_static.php
run: composer install --no-dev --optimize-autoloader --verbose

- name: Install PHPUnit
run: composer global require --dev phpunit/phpunit:^9.0
Expand Down

0 comments on commit 94ef967

Please sign in to comment.