From bdfc54379a994c086452e92e74cc8381573920fe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 1 Mar 2024 20:46:04 +0000 Subject: [PATCH] Update CI commands to use just --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5474f99..87bf6a4 100644 --- a/justfile +++ b/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 }}