simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod c8a1bae501
Some checks failed
/ test (push) Failing after 1m30s
no nix profile
2024-09-24 13:22:34 +02:00

29 lines
743 B
YAML

on: [push]
jobs:
test:
runs-on: nix.2.18.7
steps:
- run: nix-channel --update
- run: type -a nix-channel
- run: ls /root/.nix-profile/bin
- run: ls /nix/var/nix/profiles/default/bin
- run: type -a nodejs || true
- run: nix-env -i nodejs
- run: type -a nodejs || true
# - run: type -a nodejs || true
# - run: nix profile install nodejs
# - run: type -a nodejs || true
- 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