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

17 lines
435 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:00:20 +02:00
- run: ls /etc/nixos
- run: cat /etc/nixos/configuration.nix
- run: cat /etc/nixos/flake.nix
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:48:37 +02:00
- uses: actions/checkout@v4
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