simple-nixos-fediverse/.forgejo/workflows/ci.yaml
Nicolas Jeannerod 46bc12da4e
Some checks failed
/ check-mastodon-garage (pull_request) Failing after 1m24s
/ check-pixelfed-garage (pull_request) Failing after 49m52s
/ nixosConfiguration-all (pull_request) Failing after 6s
/ nixosConfiguration-mastodon (pull_request) Failing after 7s
/ nixosConfiguration-peertube (pull_request) Failing after 6s
/ nixosConfiguration-pixelfed (pull_request) Failing after 6s
Enter Forgejo Actions with Nickel
2024-09-30 12:14:17 +02:00

42 lines
1.2 KiB
YAML

## This file was generated by Nickel. Edit `ci.ncl` instead, and export to YAML.
jobs:
check-mastodon-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.mastodon-garage -L
check-pixelfed-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L
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
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main