mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
Update CI commands to use just
This commit is contained in:
parent
5029aab415
commit
bdfc54379a
4
justfile
4
justfile
|
@ -29,8 +29,8 @@ clean:
|
||||||
|
|
||||||
ci-test:
|
ci-test:
|
||||||
nix develop --command composer install
|
nix develop --command composer install
|
||||||
nix develop --command ./run test:snapshots
|
nix develop --command just run-snapshots
|
||||||
nix develop --command phpunit --testdox
|
nix develop --command vendor/bin/phpunit --testdox
|
||||||
|
|
||||||
test *args:
|
test *args:
|
||||||
phpunit {{ args }}
|
phpunit {{ args }}
|
||||||
|
|
Loading…
Reference in a new issue