simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod c2006ee34b
Some checks failed
/ test (push) Failing after 5s
with checkout
2024-09-24 12:58:55 +02:00

14 lines
324 B
YAML

on: [push]
jobs:
test:
runs-on: nix.2.18.7
steps:
- run: echo All very good
- run: nix --version
- run: whoami
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: |
nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L