mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Run CI with git available
This commit is contained in:
parent
737ed5a372
commit
235a9cec79
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ test-19.09:
|
|||
NIX_PATH: nixpkgs=channel:nixos-19.09
|
||||
script:
|
||||
# FIXME: the other tests are broken at the moment
|
||||
- nix-build --no-out-link --show-trace tests -A trivial
|
||||
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests -A trivial"
|
||||
|
||||
test-unstable:
|
||||
variables:
|
||||
NIX_PATH: nixpkgs=channel:nixos-unstable
|
||||
script:
|
||||
- nix-build --no-out-link --show-trace tests
|
||||
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
|
||||
|
||||
nixpkgs-fmt:
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue