node: remove CI=true environment variable

The CI environment variable is now set by GitHub Actions directly.
No need to set it in the workflow.
This commit is contained in:
Edward Thomson
2020-04-26 19:01:56 +01:00
parent 8c4fc57de8
commit 9bc2c5c75e
-2
View File
@@ -27,5 +27,3 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true