From 877dacf34fe050a400e499a0864868d51ea852d8 Mon Sep 17 00:00:00 2001 From: leej3 Date: Thu, 23 May 2024 15:45:32 +0100 Subject: [PATCH] enable-ssh --- .github/workflows/gpu-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 142937a6104b..9eb97887048f 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -118,7 +118,8 @@ jobs: ) docker exec -t pthd /bin/bash -c "${script}" - + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run GPU Unit Tests continue-on-error: false uses: nick-fields/retry@v2.9.0