Merge pull request #274 from tmuehlbacher/make-nix-ci-useful

Make nix ci useful
This commit is contained in:
koverstreet 2024-05-24 12:01:21 -04:00 committed by GitHub
commit cd198e2b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
name: "NixOS-Tests"
name: "Nix-Tests"
on:
pull_request:
push:
jobs:
nixos-flake-check:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -19,3 +19,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake show
- run: nix flake check --print-build-logs
- run: nix build --print-build-logs