mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
workflows/ci: Remove job flake-check as checks already get built manually
This commit is contained in:
parent
3be317bbb5
commit
9d46cb54df
1 changed files with 1 additions and 15 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -66,22 +66,8 @@ jobs:
|
||||||
useDaemon: false
|
useDaemon: false
|
||||||
- name: Build host
|
- name: Build host
|
||||||
run: nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel --print-build-logs
|
run: nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel --print-build-logs
|
||||||
flake-check:
|
|
||||||
needs: build-check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v5
|
|
||||||
- uses: cachix/install-nix-action@v31
|
|
||||||
with:
|
|
||||||
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
|
||||||
- uses: cachix/cachix-action@v15
|
|
||||||
with:
|
|
||||||
name: sebastian-stork
|
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
|
||||||
- name: Run flake check
|
|
||||||
run: nix flake check --keep-going --print-build-logs
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: [build-host, flake-check]
|
needs: [build-check, build-host]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue