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