Skip to content

Commit

Permalink
ci: print files on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Mar 26, 2024
1 parent 5d53659 commit befe0d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:

- name: Print all files on failure
if: failure()
run: find
run: |
find
find /home/runner/.gradle/jdks/graalvm_community-22-amd64-linux/graalvm-community-openjdk-22+36.1/bin

0 comments on commit befe0d5

Please sign in to comment.