adding env vars for test and lint

This commit is contained in:
Ebrahem Farooqui
2021-03-01 16:05:16 -08:00
committed by GitHub
parent 3eebf811fb
commit 679407f421

View File

@@ -18,5 +18,8 @@ jobs:
- run: npm install
- run: npm test
env:
CI: true
- run: npm run lint
env:
CI: true