Skip to content

Commit b2f76a2

Browse files
committed
build(ci): debug github actions caching
1 parent efc55b9 commit b2f76a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
# restore-keys: ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
27+
- name: List Files
28+
run: find -maxdepth 1 -type d
2729
- name: Execute tests
28-
run: ./gradlew check || (exitcode=$?; find build/tests -name '*.log' -type f | while read f; do echo -e "\033[4m$f\033[0m"; cat $f; done && return $exitcode)
30+
run: ./gradlew check --debug || (exitcode=$?; find build/tests -name '*.log' -type f | while read f; do echo -e "\033[4m$f\033[0m"; cat $f; done && return $exitcode)
2931
- name: Bundle Artifacts
3032
run: ./gradlew bundle
3133
- name: Upload Artifacts

0 commit comments

Comments
 (0)