We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085ea88 commit 09f13f6Copy full SHA for 09f13f6
.github/workflows/10min-iiab-unittest-ubuntu.yml
@@ -36,6 +36,8 @@ jobs:
36
uname -a # uname -srm
37
whoami # Typically 'runner' instead of 'root'
38
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
39
+ echo $SHELL
40
+ ls -l /home/runner/work/_actions/actions/checkout
41
# ls -la /opt # az, containerd, google, hostedtoolcache, microsoft, mssql-tools, pipx, pipx_bin, post-generation, runner, vsts
42
# apt update && apt dist-upgrade -y && apt autoremove -y
43
- name: Set up /opt/iiab/iiab # Some steps to get ready for the install
0 commit comments