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