Skip to content

Commit

Permalink
ci: use nix develop .#ci for CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
nau committed Aug 3, 2024
1 parent d0476ba commit 8a4c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.iog.io https://cache.nixos.org/
# - name: Build and test in Nix devshell
- run: nix develop --command bash -c "sbt test"
- run: nix develop .#ci --command bash -c "sbt test"

0 comments on commit 8a4c29e

Please sign in to comment.