Skip to content

Commit

Permalink
Updated .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoM90 committed Nov 27, 2024
1 parent 22b80a2 commit a24f5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
./vendor/bin/doctrine orm:schema-tool:update --force
- name: Tests
run: vendor/bin/phpunit --coverage-clover clover.xml
# run: vendor/bin/phpunit --coverage-clover clover.xml
run: vendor/bin/phpunit

# - name: Upload coverage results to Coveralls
# if: matrix.analysis
Expand Down

0 comments on commit a24f5f5

Please sign in to comment.