simple-nixos-fediverse/.forgejo/workflows/test.yaml

19 lines
429 B
YAML
Raw Normal View History

2024-09-20 12:21:26 +02:00
on: [push]
jobs:
test:
2024-09-20 12:42:14 +02:00
runs-on: nix.2.18.7
2024-09-20 12:21:26 +02:00
steps:
2024-09-24 13:10:43 +02:00
- run: nix-channel --update
- run: niv-env -i nodejs
- uses: actions/checkout@v4
2024-09-20 12:26:10 +02:00
- run: echo All very good
2024-09-20 12:33:26 +02:00
- run: nix --version
2024-09-24 13:10:43 +02:00
- run: nodejs --version || true
2024-09-20 12:42:14 +02:00
- run: whoami
2024-09-20 12:47:39 +02:00
- run: pwd
2024-09-20 12:47:10 +02:00
- run: ls
2024-09-20 12:45:45 +02:00
- run: |
2024-09-20 12:46:27 +02:00
nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L