diff --git a/ci/node.js.yml b/ci/node.js.yml index e993f9b..28ebe44 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -21,4 +21,4 @@ jobs: run: | npm install npm run build --if-present - npm test + CI=true npm test