From e4bb78b50219ebc74eeb0b8784e1195e6c3b0647 Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Thu, 5 Dec 2024 14:29:38 +0330 Subject: [PATCH] Debug with tmate --- .github/workflows/gpu-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 13c628ad302..921d18be4e6 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -118,7 +118,11 @@ jobs: ) docker exec -t pthd /bin/bash -c "${script}" - + - name: Debug with tmate + uses: mxschmitt/action-tmate@v3 + shell: bash + with: + sudo: false - name: Run GPU Unit Tests continue-on-error: false uses: nick-fields/retry@v2.9.0