add test step to CI

This commit is contained in:
Cyryl Płotnicki 2022-11-08 16:24:13 +00:00
parent 2448b098f2
commit f81ec24329

View file

@ -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'