Skip to content

Commit

Permalink
UbuntuGH.yml: Print default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent bc4928e commit f986dcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: List tools in $AGENT_TOOLSDIRECTORY
run: echo $AGENT_TOOLSDIRECTORY && ls $AGENT_TOOLSDIRECTORY

- name: Print default paths
run: |
echo RUNNER_TEMP = $RUNNER_TEMP
RUNNER_TOOL_CACHE = $RUNNER_TOOL_CACHE
GITHUB_WORKSPACE = $GITHUB_WORKSPACE
- name: List /mnt
run: ls /mnt && echo . && cat /mnt/DATALOSS_WARNING_README.txt
# Note: Free Disk Space was added because the idempotency test
Expand Down

0 comments on commit f986dcb

Please sign in to comment.