mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Add CI_PROVIDER env variable to test tasks
This commit is contained in:
@@ -34,6 +34,7 @@ phases:
|
||||
script/test
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
|
||||
# This step is necessary in the short term due to a bug in the *NIX
|
||||
|
||||
@@ -31,6 +31,7 @@ phases:
|
||||
caffeinate -s script/test # Run with caffeinate to prevent screen saver
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
|
||||
# This step is necessary in the short term due to a bug in the *NIX
|
||||
|
||||
@@ -36,6 +36,7 @@ phases:
|
||||
- script: script\test.cmd
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
|
||||
- task: CopyFiles@2
|
||||
|
||||
Reference in New Issue
Block a user