Skip to content

Commit

Permalink
Fix just invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbernard committed Dec 5, 2023
1 parent acf9756 commit ea0867e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/ops/buildkite-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea0867e

Please sign in to comment.