Skip to content

Commit 67fe757

Browse files
authored
Clarify GitHub Actions layout within /home/runner/work
1 parent 6ac68a0 commit 67fe757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/10min-iiab-unittest-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uname -a # uname -srm
3737
whoami # Typically 'runner' instead of 'root'
3838
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
39+
# tree /home/runner/work/_actions /home/runner/work/_temp /opt/hostedtoolcache (reusable deps; 88,000+ lines!)
3940
# ls -la /opt # az, containerd, google, hostedtoolcache, microsoft, mssql-tools, pipx, pipx_bin, post-generation, runner, vsts
4041
# apt update && apt dist-upgrade -y && apt autoremove -y
4142
- name: Set up /opt/iiab/iiab # Some steps to get ready for the install

0 commit comments

Comments
 (0)