Skip to content

Commit

Permalink
adjust phpunit file
Browse files Browse the repository at this point in the history
Signed-off-by: Crisciany Silva <[email protected]>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent be582d2 commit 7b6ce08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: PHPUnit
env:
XDEBUG_MODE: ${{ matrix.xdebug_mode }}
run: ./vendor/bin/phpunit -c phpunit.xml
run: composer run test:unit
upload-coverage:
needs: phpunit
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b6ce08

Please sign in to comment.