Skip to content

Commit

Permalink
ci(github): update workflow test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 13, 2023
1 parent 46f4f61 commit 07c1d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Run tests
run: vendor/bin/pest --coverage --coverage-clover=coverage.xml
run: |
composer dumpautoload
vendor/bin/pest --coverage --coverage-clover=coverage.xml
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 07c1d3f

Please sign in to comment.