From c34da830b0147541bd7752eddbd3eb23cf27e205 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 7 Jan 2025 16:46:44 +0100 Subject: [PATCH] ssh --- .github/workflows/tests_others.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_others.yml b/.github/workflows/tests_others.yml index 66728e720f..f1837b5363 100644 --- a/.github/workflows/tests_others.yml +++ b/.github/workflows/tests_others.yml @@ -9,7 +9,6 @@ on: paths-ignore: - 'browser_patches/**' - 'docs/**' - types: [ labeled ] branches: - main - release-* @@ -147,6 +146,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - uses: ./.github/actions/run-test with: browsers-to-install: chromium