parent
6e40002459
commit
1b906af76f
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@ name: "Test"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
|
env:
|
||||||
|
NIX_CONFIG: "accept-flake-config = true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
|
@ -11,7 +15,7 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# name: felschr
|
# name: felschr
|
||||||
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix flake check --accept-flake-config
|
- run: nix flake check
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: nix build .#brlaser
|
- run: nix build .#brlaser
|
||||||
- run: nix build .#deconz
|
- run: nix build .#deconz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue