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:
|
pipeline:
|
||||||
build:
|
check:
|
||||||
image: debian
|
image: nixos/nix:latest
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info'
|
||||||
a-test-step:
|
- nix-shell --pure --run 'statix check'
|
||||||
image: debian
|
|
||||||
commands:
|
|
||||||
- echo "Testing.."
|
|
||||||
|
|
Loading…
Reference in a new issue