Skip to content

Commit

Permalink
Add debug directory listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent 8f0e13d commit 7456b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
if: steps.cache-skript.outputs.cache-hit != 'true'
shell: bash
run: |
ls -lRa .
chmod +x ./skript/gradlew
./skript/gradlew quickTest
- name: Cache test image
Expand Down

0 comments on commit 7456b8d

Please sign in to comment.