Skip to content

Commit

Permalink
Update UbuntuGH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent 268a1fe commit 7cec378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
name: ${{ matrix.os }}_${{ matrix.gui }}
runs-on: ${{ matrix.os }}
steps:
- name: Check disk space on the GitHub runner (before)
run: df -h
- name: List tools in $AGENT_TOOLSDIRECTORY
run: echo $AGENT_TOOLSDIRECTORY && ls $AGENT_TOOLSDIRECTORY

Expand Down Expand Up @@ -84,7 +86,7 @@ jobs:
# see whether I can use them and how <https://github.com/marketplace/actions/maximize-build-disk-space>)
# https://www.synacktiv.com/en/publications/github-actions-exploitation-self-hosted-runners
# https://docs.github.com/en/actions/sharing-automations/reusing-workflows?learn=getting_started&learnProduct=actions
- name: Check disk space on the GitHub runner
- name: Check disk space on the GitHub runner (after)
run: df -h

# TODO split this command to multiple lines
Expand Down

0 comments on commit 7cec378

Please sign in to comment.