add test step to CI
This commit is contained in:
parent
2448b098f2
commit
f81ec24329
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
check:
|
||||
image: nixos/nix:latest
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Testing.."
|
||||
- nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info'
|
||||
- nix-shell --pure --run 'statix check'
|
||||
|
|
Loading…
Reference in a new issue