simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod a0223c3ce0
Some checks failed
/ test (push) Failing after 33s
nix-env -i nodejs
2024-09-24 13:10:43 +02:00

19 lines
429 B
YAML

on: [push]
jobs:
test:
runs-on: nix.2.18.7
steps:
- run: nix-channel --update
- 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