simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod 6ddbcc5618
Some checks failed
/ test (push) Failing after 2s
Try native runner
2024-09-30 10:19:01 +02:00

14 lines
270 B
YAML

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