Skip to content

Commit

Permalink
Add composer dump autoload before phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvts committed Sep 3, 2022
1 parent e9aa65c commit 91bc2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction --no-ansi --no-progress

- name: Run composer dump autoload optimised
run: composer dump-autoload --optimize --classmap-authoritative

- name: Run PHPUnit tests
run: vendor/bin/phpunit

Expand Down

0 comments on commit 91bc2f5

Please sign in to comment.