From 212468f701d1add6a5f00ed58d6291e4f2862e33 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 18 Mar 2024 16:17:58 +0100 Subject: [PATCH] Remove tmate debug --- .github/workflows/blockscout.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/blockscout.yml b/.github/workflows/blockscout.yml index 2d82fae7473d..ff12358ccfab 100644 --- a/.github/workflows/blockscout.yml +++ b/.github/workflows/blockscout.yml @@ -212,12 +212,7 @@ jobs: key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_${{ env.CACHE_VERSION }}-${{ hashFiles('mix.lock') }} restore-keys: | ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-" - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 20 - if: true - with: - limit-access-to-actor: true + - run: | mix gettext.extract --merge | tee stdout.txt ! grep "Wrote " stdout.txt