simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod 0a97e76bf2
Some checks failed
/ test (push) Failing after 32s
where s nix-channel
2024-09-24 13:16:50 +02:00

20 lines
462 B
YAML

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