test: there is only --ci (#20794)
This commit is contained in:
parent
b275273044
commit
6781d5e3c8
19 changed files with 55 additions and 251 deletions
|
@ -24,7 +24,7 @@ describeFn('autoUpdater behavior', function () {
|
|||
if (result.status !== 0 || result.stdout.toString().trim().length === 0) {
|
||||
// Per https://circleci.com/docs/2.0/env-vars:
|
||||
// CIRCLE_PR_NUMBER is only present on forked PRs
|
||||
if (isCI && !process.env.CIRCLE_PR_NUMBER) {
|
||||
if (process.env.CI && !process.env.CIRCLE_PR_NUMBER) {
|
||||
throw new Error('No valid signing identity available to run autoUpdater specs')
|
||||
}
|
||||
this.skip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue