mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat: improve testing
This commit is contained in:
parent
ae431d1acc
commit
987c6e4173
6 changed files with 51 additions and 18 deletions
|
|
@ -1,2 +1,6 @@
|
|||
language: nix
|
||||
script: nix build -f ./tests v1_13.testing.result --arg e2e false
|
||||
script:
|
||||
- nix-env -iA nixpkgs.jq
|
||||
- nix build -f ./release.nix test-results --arg e2e false
|
||||
- cat result | jq '.'
|
||||
- nix eval -f ./release.nix --arg e2e false tests-check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue