From 3f8b7aad39c5350e15a725c99e342f3c9d2f4b35 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 24 Sep 2024 17:41:34 +0200 Subject: [PATCH] Let's debug that. --- .github/workflows/nix_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index f2209f8a453..b2011d75436 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -29,6 +29,8 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' env: USER: github_runner + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Build run: nix develop .#test --command echo "Ok" - name: Pre-commit tests.