Set ATOM_JASMINE_REPORTER to "list" on our CI builds

This commit is contained in:
Ash Wilson
2019-02-05 10:29:09 -05:00
parent f8fa5d61eb
commit afd6576566
5 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ jobs:
env:
CI: true
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))

View File

@@ -44,6 +44,7 @@ jobs:
env:
CI: true
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))

View File

@@ -69,6 +69,7 @@ jobs:
env:
CI: true
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
BUILD_ARCH: $(buildArch)
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))