Skip to content

Commit

Permalink
Remove tmate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Mar 18, 2024
1 parent fb335db commit 212468f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 212468f

Please sign in to comment.