From 6f02610eb660cbae5f7612bcebd249ad65db8da9 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Mon, 3 Jul 2023 21:43:07 +0800 Subject: [PATCH] ci: remove tmate --- .github/workflows/all-packages.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/all-packages.yml b/.github/workflows/all-packages.yml index 372756259f..3cd1ec3996 100644 --- a/.github/workflows/all-packages.yml +++ b/.github/workflows/all-packages.yml @@ -135,10 +135,6 @@ jobs: - name: Run test suite run: yarn test:suite - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - - name: Show Docker logs if: ${{ failure() }} uses: jwalton/gh-docker-logs@v2