Skip to content

Commit cda38f9

Browse files
authored
path goofery
1 parent 55a141e commit cda38f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/presubmit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
./gradlew verifyPluginStructure
121121
working-directory: third_party
122122
# Job 5: Upload Test Report
123-
upload-report:
123+
upload-test-report:
124124
needs: dart-analysis-server-tests
125125
strategy:
126126
matrix:
@@ -141,7 +141,7 @@ 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/index.html
144+
path: Users/runner/work/dart-intellij-third-party/dart-intellij-third-party/third_party/build/reports/tests/test/index.html
145145
retention-days: 7
146146
# Job 6: Upload Test Report
147147
upload-problems:
@@ -165,5 +165,5 @@ jobs:
165165
if: always() # IMPORTANT: Upload reports even if the tests fail
166166
with:
167167
name: gradle-problem-report-${{ matrix.dart-version }}-${{ matrix.os }}
168-
path: third_party/build/reports/problems/problems-report.html
168+
path: ///Users/runner/work/dart-intellij-third-party/dart-intellij-third-party/third_party/build/reports/problems/problems-report.html
169169
retention-days: 7

0 commit comments

Comments
 (0)