Skip to content

Commit

Permalink
test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 16, 2023
1 parent 58e3877 commit 51f501e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_bullseye_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ jobs:
- run: ls -l
- run: ls -l /
- run: ls -l /tmp
- run: touch /tmp/testfile.txt
- run: echo "hashFiles ${{ hashFiles( '/tmp/testfile.txt' ) }}"
- run: echo "hashFiles ${{ hashFiles( env._PATH_DOCKER_IMAGE_TAR ) }}"
- run: echo "hashFiles ${{ hashFiles( '/tmp/rpi-jukebox-rfid-bullseye.tar' ) }}"


- name: Cache Check Docker Image
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 51f501e

Please sign in to comment.