birthdaybot/.gitlab-ci.yml
2023-06-29 23:51:08 +02:00

9 lines
115 B
YAML

---
stages:
- test
run-tests:
stage: test
image: nixos/nix:latest
script:
- nix-shell --run make test