Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 16, 2024
1 parent 9101609 commit d16bdde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
# remove-codeql: 'true'
# remove-docker-images: 'true'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
timeout-minutes: 30


- name: Maximize build space (2)
# to list folder sizes:
# du -k -d1 * | sort -nr | cut -f2 | xargs -d '\n' du -sh | less
Expand Down

0 comments on commit d16bdde

Please sign in to comment.