Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 2, 2024
1 parent 549d3ec commit 11a3901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Execute tests
env:
SESSION_DRIVER: array
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests

# - name: Generate test coverage badge
# uses: timkrase/phpunit-coverage-badge@v1.2.1
Expand Down

0 comments on commit 11a3901

Please sign in to comment.