workflows/check-deploy: Increase verbosity

This commit is contained in:
SebastianStork 2026-02-17 20:35:25 +01:00
parent a1a462fc8c
commit c749ff4116
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -14,7 +14,7 @@ jobs:
with: with:
name: sebastian-stork name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check - run: nix flake check --print-build-logs
deploy: deploy:
needs: check needs: check
runs-on: ubuntu-latest runs-on: ubuntu-latest