Skip to content

Commit

Permalink
fix phpunit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Sep 17, 2024
1 parent 5782f28 commit 9dd47b0
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 @@ -72,7 +72,7 @@ jobs:
fi
- name: Test with PHPUnit
run: vendor/bin/phpunit --verbose --coverage-text
run: vendor/bin/phpunit --coverage-text
env:
TERM: xterm-256color
TACHYCARDIA_MONITOR_GA: enabled
Expand Down

0 comments on commit 9dd47b0

Please sign in to comment.