workflows/test.yml: specify `CI=true` (#29440)

This commit is contained in:
XhmikosR 2019-10-02 21:56:39 +03:00 committed by GitHub
parent adfd3fbd46
commit b1a4b0ecc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
env:
CI: true
- name: Run tests
run: npm test