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: 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.."