From 67c608e76fe2df2a4414abdb39f6f631ea4b2b18 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 6 Apr 2020 16:59:57 -0400 Subject: [PATCH] Added github actions logging --- src/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.js b/src/config.js index 1bc3721..86fbefd 100644 --- a/src/config.js +++ b/src/config.js @@ -2,6 +2,8 @@ var fs = require('fs'); var config = undefined; +console.log(process.env.npm_lifecycle_script) + // Check to see if launched in test mode if (process.env.npm_lifecycle_script === 'node test.js') { config = JSON.parse(fs.readFileSync('test.json'));