mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
Update CI commands to use just
This commit is contained in:
parent
5029aab415
commit
bdfc54379a
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -29,8 +29,8 @@ clean:
|
|||
|
||||
ci-test:
|
||||
nix develop --command composer install
|
||||
nix develop --command ./run test:snapshots
|
||||
nix develop --command phpunit --testdox
|
||||
nix develop --command just run-snapshots
|
||||
nix develop --command vendor/bin/phpunit --testdox
|
||||
|
||||
test *args:
|
||||
phpunit {{ args }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue