Skip to content

Commit 9acdf06

Browse files
authored
try full path
1 parent 3711e2e commit 9acdf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ jobs:
141141
if: always() # IMPORTANT: Upload reports even if the tests fail
142142
with:
143143
name: gradle-test-report-${{ matrix.dart-version }}-${{ matrix.os }}
144-
path: third_party/build/reports/tests/test
144+
path: third_party/build/reports/tests/test/index.html
145145
retention-days: 7

0 commit comments

Comments
 (0)