Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
smileBeda committed May 23, 2024
1 parent 6ff966e commit 62ca41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
extensions: mbstring, dom, fileinfo, mysql # Adjust to your project's needs
coverage: xdebug

- name: Install dependencies
run: composer install --no-dev --optimize-autoloader
- name: Install Composer Dependencies
run: composer install --no-dev --optimize-autoloader

- name: Modify Autoloader Paths
run: |
Expand Down

0 comments on commit 62ca41d

Please sign in to comment.