grep-tests-from-pull-requests
Advanced tools
Comparing version 1.11.0 to 1.12.0
{ | ||
"name": "grep-tests-from-pull-requests", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "Grabs the test tags to run from the pull request text", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -93,8 +93,8 @@ /// <reference types="cypress" /> | ||
} | ||
} | ||
if (Object.keys(testsToRun.env).length) { | ||
console.log('found the following env values in the PR text') | ||
console.log('%o', testsToRun.env) | ||
Object.assign(config.env, testsToRun.env) | ||
} | ||
if (Object.keys(testsToRun.env).length) { | ||
console.log('found the following env values in the PR text') | ||
console.log('%o', testsToRun.env) | ||
Object.assign(config.env, testsToRun.env) | ||
} | ||
@@ -101,0 +101,0 @@ } |
28336