diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b519e7ecd..3c564345f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,6 +317,12 @@ jobs: ./... \ 2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log + - name: peek tmp dir + run: ls /tmp + + - name: github workspace dir + run: echo ${{ github.workspace }} + # run the tests # - name: Unit Tests # env: