Skip to content

Commit

Permalink
adjust phpunit file
Browse files Browse the repository at this point in the history
Signed-off-by: Crisciany Silva <crisciany.souza@librecode.coop>
Signed-off-by: Any97Cris <crisciany.souza@librecode.coop>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent b199877 commit 828e064
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 828e064

Please sign in to comment.