peek some data

This commit is contained in:
HiteshRepo 2024-01-29 10:26:12 +05:30
parent 19ff21cb02
commit df2753428b

View File

@ -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: