nix-system/.forgejo/workflows/demo.yaml
ant 0599c79001
Some checks failed
/ test (push) Failing after 1s
add ci
2025-06-25 18:43:34 +02:00

12 lines
309 B
YAML

on: [push]
jobs:
test:
runs-on: native
steps:
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY repo
- run: git -C repo checkout $GITHUB_REF
- run: echo All Good
- run: ls -l
- run: whoami
- run: echo $PATH
- run: nix build repo#nixosConfigurations.hs