We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2e381 commit d05f10cCopy full SHA for d05f10c
1 file changed
.github/workflows/default.yml
@@ -28,8 +28,8 @@ jobs:
28
with:
29
name: test-results
30
path: |
31
- build/test-results
32
- build/reports
+ **/build/test-results
+ **/build/reports
33
- run: |
34
rm -f ~/.gradle/caches/modules-2/modules-2.lock
35
rm -f ~/.gradle/caches/modules-2/gc.properties
@@ -69,8 +69,8 @@ jobs:
69
70
71
72
73
74
75
76
0 commit comments