From 77c907a9283d459fdd9c72fd1a32e743706a0798 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sun, 10 Mar 2024 11:34:03 +0530 Subject: [PATCH] ci: add debug gha option --- .github/workflows/server-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index f1225de962..847d4a54ff 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -160,6 +160,10 @@ jobs: cat $f done + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ contains( github.event.pull_request.labels.*.name, 'debug-gha') }} + - name: Upload coverage data uses: actions/upload-artifact@v3 if: github.event_name != 'pull_request'