nixos-config/.forgejo/workflows/test.yml
Felix Schröter 2ae5b21896
Some checks are pending
Test / tests (push) Waiting to run
build: fix GitHub actions base image
2026-06-13 20:06:45 +02:00

22 lines
626 B
YAML

name: "Test"
on:
pull_request:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
tests:
runs-on: ubuntu-latest
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 .#deconz
- run: nix build .#nixosConfigurations.home-server.config.system.build.toplevel
# - run: nix build .#nixosConfigurations.home-pc.config.system.build.toplevel