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 98a9a5c commit 5d53659
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 @@ -44,3 +44,7 @@ jobs:
- name: Native Test
run: ./gradlew nativeTest

- name: Print all files on failure
if: failure()
run: find

0 comments on commit 5d53659

Please sign in to comment.