From c420664025b59150359485a6df349135a17847a9 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 16 Aug 2019 10:19:02 -0700 Subject: [PATCH] set this as an env on the run step --- ci/node.js.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/node.js.yml b/ci/node.js.yml index 28ebe44..8da6b92 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -21,4 +21,6 @@ jobs: run: | npm install npm run build --if-present - CI=true npm test + npm test + env: + CI: true