Change name of env variable used in script

This commit is contained in:
Marcus Eide
2020-04-16 15:00:21 +02:00
parent c8f8759379
commit 3eca6cc9d5
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const generateTempDir = require('./generateTempDir.js');
Browser.localhost('localhost', 3000);
async function main() {
process.env.E2E = 'true';
process.env.BACKSTAGE_E2E_CLI_TEST = 'true';
const rootDir = process.env.CI
? resolvePath(process.env.GITHUB_WORKSPACE)