mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Use a subdirectory
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
ATOM_JASMINE_REPORTER: list
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)/junit
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: JUnit
|
||||
searchFolder: $(Common.TestResultsDirectory)
|
||||
searchFolder: $(Common.TestResultsDirectory)/junit
|
||||
mergeTestResults: true
|
||||
testRunTitle: Linux
|
||||
condition: ne(variables['Atom.SkipTests'], 'true')
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
ATOM_JASMINE_REPORTER: list
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)/junit
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: JUnit
|
||||
searchFolder: $(Common.TestResultsDirectory)
|
||||
searchFolder: $(Common.TestResultsDirectory)/junit
|
||||
mergeTestResults: true
|
||||
testRunTitle: MacOS
|
||||
condition: ne(variables['Atom.SkipTests'], 'true')
|
||||
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
ATOM_JASMINE_REPORTER: list
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)
|
||||
TEST_JUNIT_XML_PATH: $(Common.TestResultsDirectory)\junit
|
||||
BUILD_ARCH: $(buildArch)
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: JUnit
|
||||
searchFolder: $(Agent.HomeDirectory)\test-results
|
||||
searchFolder: $(Common.TestResultsDirectory)\junit
|
||||
mergeTestResults: true
|
||||
testRunTitle: Windows $(buildArch)
|
||||
condition: ne(variables['Atom.SkipTests'], 'true')
|
||||
|
||||
Reference in New Issue
Block a user