workflows/check-deploy: Try to improve result caching

This commit is contained in:
SebastianStork 2026-02-18 16:05:14 +01:00
parent db0c413e80
commit 27dac4fa79
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -15,6 +15,7 @@ jobs:
name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check --print-build-logs
- run: nix build .#checks.x86_64-linux.infrastructure-test --print-build-logs
deploy:
needs: check
runs-on: ubuntu-latest