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:
@@ -27,5 +27,3 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user