File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments