nixos-hypervisor/.forgejo/workflows/demo.yml
Théo Barnouin 44ea084c25
All checks were successful
/ test (push) Successful in 13s
Test CI
2024-10-23 17:56:20 +02:00

14 lines
304 B
YAML

---
on: push
jobs:
test:
runs-on: docker
container:
image: nixos/nix:2.24.9
steps:
- run: |
ls -alh
nix-shell -p git
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
echo "All set !"