Skip to content

Commit

Permalink
ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Dec 20, 2024
1 parent 65fe5e1 commit 3f7d847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Argus Test
run: nix develop --command ci-check
run: |
nix develop --command ci-install
nix develop --command ci-check
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
ci-check = pkgs.writeScriptBin "ci-check" ''
cargo fmt --check
cargo insta test -- --skip container_
cargo make init-bindings
cd crates/mdbook-aquascope/test-book && mdbook build && cd ../../../
cd frontend && depot test && cd ..
'';
Expand Down

0 comments on commit 3f7d847

Please sign in to comment.