nixos-config/.forgejo/workflows/test.yml
Felix Schröter ecfa04617d
Some checks are pending
Test / tests (push) Waiting to run
build: add .forgejo/workflows/test.yml
2025-01-19 12:39:52 +01:00

19 lines
542 B
YAML

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: native:host
steps:
- uses: actions/checkout@v4
- uses: https://github.com/cachix/cachix-action@v15
with:
name: mycache
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
# - run: nix flake check
- 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