mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Use --testdox
when running tests in CI
This commit is contained in:
parent
9a5ec76d7c
commit
2186c29246
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -37,7 +37,7 @@ function build {
|
|||
|
||||
function ci:test {
|
||||
nix develop --command composer install
|
||||
nix develop --command phpunit
|
||||
nix develop --command phpunit --testdox
|
||||
}
|
||||
|
||||
# Display a list of all available commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue