From 21c868463ad0c9eb17d9ddb11176bab48cc86079 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sun, 10 May 2026 14:26:38 +0800 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7eac4bd8..ea2c4b1c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -265,9 +265,9 @@ jobs: ./bin/spc doctor --auto-fix ${{ matrix.combo.build-args }} --dl-with-php=${{ matrix.combo.php-version }} - - name: Setup tmate session + - name: Setup upterm session if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 + uses: owenthereal/action-upterm@v1 - name: Upload logs if: always() && hashFiles('log/**') != ''