simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod 446fd177f9
Some checks failed
/ test (push) Failing after 4s
debug
2024-09-24 13:00:20 +02:00

17 lines
435 B
YAML

on: [push]
jobs:
test:
runs-on: nix.2.18.7
steps:
- run: ls /etc/nixos
- run: cat /etc/nixos/configuration.nix
- run: cat /etc/nixos/flake.nix
- 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