nixos-config/.forgejo/workflows/test.yml
Felix Schröter f00bfce4c1
All checks were successful
Test / tests (push) Successful in 3m39s
build(forgejo-ci): disable home-pc build for now
Since it currently builds some packages from source, which is a bit too
much workload for my Lattepanda.
2025-01-19 17:25:53 +01:00

24 lines
652 B
YAML

name: "Test"
on:
pull_request:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
tests:
runs-on: native
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
# - uses: https://github.com/cachix/cachix-action@v15
# with:
# name: felschr
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check
continue-on-error: true
- run: nix build .#brlaser
- run: nix build .#deconz
- run: nix build .#nixosConfigurations.home-server.config.system.build.toplevel
# - run: nix build .#nixosConfigurations.home-pc.config.system.build.toplevel