Skip to content

Commit d05f10c

Browse files
committed
Fix test results artifact
1 parent 8c2e381 commit d05f10c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
name: test-results
3030
path: |
31-
build/test-results
32-
build/reports
31+
**/build/test-results
32+
**/build/reports
3333
- run: |
3434
rm -f ~/.gradle/caches/modules-2/modules-2.lock
3535
rm -f ~/.gradle/caches/modules-2/gc.properties
@@ -69,8 +69,8 @@ jobs:
6969
with:
7070
name: test-results
7171
path: |
72-
build/test-results
73-
build/reports
72+
**/build/test-results
73+
**/build/reports
7474
- run: |
7575
rm -f ~/.gradle/caches/modules-2/modules-2.lock
7676
rm -f ~/.gradle/caches/modules-2/gc.properties

0 commit comments

Comments
 (0)