Skip to content

Commit

Permalink
UbuntuGH.yml: df -Ha
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent 139b2c2 commit bc4928e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check disk space on the GitHub runner (before)
run: df -ha
run: df -Ha
- name: List tools in $AGENT_TOOLSDIRECTORY
run: echo $AGENT_TOOLSDIRECTORY && ls $AGENT_TOOLSDIRECTORY

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# 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 (after)
run: df -ha
run: df -Ha

# TODO split this command to multiple lines
# TODO also test that the first run of initPC script does change the state of home dir
Expand Down

0 comments on commit bc4928e

Please sign in to comment.