Watcher solo para unit tests

This commit is contained in:
Juan Pablo Vial
2025-04-30 01:12:09 -04:00
parent 6276f87274
commit 1a400d9a5c

View File

@ -10,5 +10,5 @@ notifications:
failingTests: false
hideManual: true
phpunit:
arguments: '--log-events-text /logs/output.txt --stop-on-failure'
arguments: '--testsuite unit --log-events-text /logs/output.txt --stop-on-failure'
timeout: 180