nix-system/.forgejo/workflows/demo.yaml
ant aebc42933d
Some checks failed
/ test (push) Failing after 0s
add ci
2025-06-25 18:38:13 +02:00

11 lines
246 B
YAML

on: [push]
jobs:
test:
runs-on: native
steps:
- run: git clone "$CI_REPOSITORY_URL" repo
- run: echo All Good
- run: ls -l
- run: whoami
- run: echo $PATH
- run: nix build repo#nixosConfigurations.hs