Skip to content

Commit

Permalink
UbuntuGH.yml: Print $AGENT_TOOLSDIRECTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent 9037c75 commit a15f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: List tools in $AGENT_TOOLSDIRECTORY
run: ls $AGENT_TOOLSDIRECTORY
run: echo $AGENT_TOOLSDIRECTORY && ls $AGENT_TOOLSDIRECTORY
# Note: Free Disk Space was added because the idempotency test
# i.e. copying home to /tmp was running out of disk space on
# Ubuntu 22.04 with GNOME. This only needs to be run for branches
Expand Down

0 comments on commit a15f22a

Please sign in to comment.