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

12 lines
273 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-20 12:26:10 +02:00
- run: echo All very good
2024-09-20 12:33:26 +02:00
- run: nix --version
2024-09-20 12:42:14 +02:00
- run: whoami
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