From eeb353845750979b35e251210ba8a2c6c4f83a9e Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Tue, 23 Jan 2024 13:47:12 +0100 Subject: [PATCH] ci: debug session with tmate --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ace7ffe98..d5740784fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,6 +74,8 @@ jobs: with: files: ./coverage/codecov.json + - name: Debugging with tmate + uses: mxschmitt/action-tmate@v3.17 - name: Run doctests if: always() run: nix-shell --run postgrest-test-doctests