diff --git a/app/ops/buildkite-pipeline.yaml b/app/ops/buildkite-pipeline.yaml index ae5967f61..9f4dc1ad9 100644 --- a/app/ops/buildkite-pipeline.yaml +++ b/app/ops/buildkite-pipeline.yaml @@ -4,12 +4,11 @@ steps: command: | echo HOME=$HOME echo PATH=$PATH - - nix-shell app/shell.nix --run just + nix-shell app/shell.nix --run "just --justfile app/Justfile" key: prereqs - label: "Lint, Audit, Build, and Test" command: | - nix-shell app/shell.nix --run "just test-ci" + nix-shell app/shell.nix --run "just --justfile app/Justfile test-ci" key: build depends_on: prereqs