This commit is contained in:
parent
b929d21868
commit
ecfa04617d
18
.forgejo/workflows/test.yml
Normal file
18
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
Loading…
Reference in a new issue