From 2b18537f85aee208dd71926763c2561fbfe2b50a Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Sat, 14 Sep 2024 18:54:01 +0200 Subject: [PATCH] More tmate. --- .github/workflows/nix_integration_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index 2a116af05..4904c2219 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -30,6 +30,8 @@ jobs: USER: github_runner - name: Build run: nix develop .#test --command echo "Ok" + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Python tests. run: | nix develop .#test --command pytest -svv integration-tests/ --release