We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6fce1 commit f915f4bCopy full SHA for f915f4b
.evergreen/config.yml
@@ -164,7 +164,9 @@ functions:
164
"upload test results":
165
- command: attach.xunit_results
166
params:
167
- file: "${PROJECT_DIRECTORY}/test-results.xml"
+ # Uploading test results does not work when using ${PROJECT_DIRECTORY},
168
+ # so we use an absolute path to work around this
169
+ file: "src/test-results.xml"
170
- command: attach.results
171
172
file_location: "${DRIVERS_TOOLS}/results.json"
0 commit comments