Skip to content

Commit

Permalink
[TEST] print output dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 12, 2024
1 parent 4b6d73f commit 44f3388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
- name: 'Debug'
if: always()
run: |
sudo apt-get install tree
echo "tree ${{ steps.setup.outputs.outputDir }}"
tree ${{ steps.setup.outputs.outputDir }}
echo "docker images"
docker images
echo "docker ps -a"
Expand Down

0 comments on commit 44f3388

Please sign in to comment.