mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-15 00:00:12 +03:00
Merge pull request #274 from tmuehlbacher/make-nix-ci-useful
Make nix ci useful
This commit is contained in:
commit
cd198e2b8e
@ -1,9 +1,9 @@
|
|||||||
name: "NixOS-Tests"
|
name: "Nix-Tests"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
nixos-flake-check:
|
nix-flake-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -19,3 +19,4 @@ jobs:
|
|||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix flake show
|
- run: nix flake show
|
||||||
- run: nix flake check --print-build-logs
|
- run: nix flake check --print-build-logs
|
||||||
|
- run: nix build --print-build-logs
|
||||||
Loading…
x
Reference in New Issue
Block a user