mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
Revert "workflows/check-deploy: Do the flake check without building the extra checks again"
Some checks are pending
Some checks are pending
This reverts commit 86662e70d7.
This commit is contained in:
parent
86662e70d7
commit
4a40462ebf
1 changed files with 5 additions and 1 deletions
6
.github/workflows/check-deploy.yml
vendored
6
.github/workflows/check-deploy.yml
vendored
|
|
@ -43,7 +43,11 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
extra_nix_config: experimental-features = nix-command flakes pipe-operators
|
||||||
- run: nix flake check --no-build --keep-going
|
- uses: cachix/cachix-action@v15
|
||||||
|
with:
|
||||||
|
name: sebastian-stork
|
||||||
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
- run: nix flake check --keep-going --print-build-logs
|
||||||
deploy:
|
deploy:
|
||||||
needs: flake-check
|
needs: flake-check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue