set this as an env on the run step

This commit is contained in:
Scott Brenner
2019-08-16 10:19:02 -07:00
committed by GitHub
parent cf1fc1135e
commit c420664025
+3 -1
View File
@@ -21,4 +21,6 @@ jobs:
run: |
npm install
npm run build --if-present
CI=true npm test
npm test
env:
CI: true