From 679407f4213ca06b0a3059dbc20e8af4f3b1de7c Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Mon, 1 Mar 2021 16:05:16 -0800 Subject: [PATCH] adding env vars for test and lint --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da22ccd..df6d743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,8 @@ jobs: - run: npm install - run: npm test + env: + CI: true - run: npm run lint - + env: + CI: true