synix/.forgejo/workflows/build-tests.yml
sid ecf5132cbb
Some checks failed
Build tests / build-hosts (pull_request) Failing after 3s
Flake check / flake-check (pull_request) Failing after 13s
enforce new flake schema. formatting.
2026-05-31 18:50:41 +02:00

23 lines
594 B
YAML

---
name: Build tests
on:
pull_request:
branches:
- release-25.11
jobs:
build-hosts:
runs-on: runner
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build NixOS server config
run: nix build -L .#nixosConfigurations.nixos-server.config.system.build.toplevel
- name: Build NixOS client config
run: nix build -L .#nixosConfigurations.nixos-hyprland.config.system.build.toplevel
- name: Build Home Manager config w/ Hyprland
run: nix build -L .#homeConfigurations.hm-hyprland.activationPackage