simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod fc32cabb12
Some checks failed
/ nixosConfiguration-all (push) Failing after 6s
/ nixosConfiguration-mastodon (push) Failing after 6s
/ nixosConfiguration-peertube (push) Failing after 8s
/ nixosConfiguration-pixelfed (push) Failing after 6s
/ check-other-pixelfed-garage-fixme (push) Has been cancelled
/ check-pixelfed-garage (push) Has been cancelled
Not just main
2024-09-30 11:29:15 +02:00

48 lines
1.1 KiB
YAML

on:
push:
# branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
## NixOS configurations
nixosConfiguration-all:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.all.config.system.build.toplevel
nixosConfiguration-mastodon:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.mastodon.config.system.build.toplevel
nixosConfiguration-peertube:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.peertube.config.system.build.toplevel
nixosConfiguration-pixelfed:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#nixosConfigurations.pixelfed.config.system.build.toplevel
## Checks
check-other-pixelfed-garage-fixme:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L
check-pixelfed-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L