diff --git a/.github/workflows/check-deploy.yml b/.github/workflows/check-deploy.yml index e44bc06..e057d34 100644 --- a/.github/workflows/check-deploy.yml +++ b/.github/workflows/check-deploy.yml @@ -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