mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
Use --testdox
when running tests in CI
This commit is contained in:
parent
9a5ec76d7c
commit
2186c29246
2
run
2
run
|
@ -37,7 +37,7 @@ function build {
|
||||||
|
|
||||||
function ci:test {
|
function ci:test {
|
||||||
nix develop --command composer install
|
nix develop --command composer install
|
||||||
nix develop --command phpunit
|
nix develop --command phpunit --testdox
|
||||||
}
|
}
|
||||||
|
|
||||||
# Display a list of all available commands.
|
# Display a list of all available commands.
|
||||||
|
|
Loading…
Reference in a new issue