Skip to content

Commit

Permalink
fix: PHPUnit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Aug 13, 2024
1 parent fa8765f commit 86c62e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fi
- name: Test with PHPUnit
run: vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml --coverage-php build/cov/coverage.cov --testsuite main
run: vendor/bin/phpunit tests/ --coverage-text --coverage-clover build/logs/clover.xml --coverage-php build/cov/coverage.cov --testsuite main
env:
TERM: xterm-256color
TACHYCARDIA_MONITOR_GA: enabled
Expand Down

0 comments on commit 86c62e1

Please sign in to comment.