Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-02 21:56:39 +0300
committerGitHub <noreply@github.com>2019-10-02 21:56:39 +0300
commitb1a4b0ecc42e5d2359f18d6430b9386defdb9ddb (patch)
tree3d6193adf9507775a52cfc1f5785cddf0654afaa /.github
parentadfd3fbd4689b8d373d55df56bead6d09c728fcd (diff)
workflows/test.yml: specify `CI=true` (#29440)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 263c1d5238..6108fd1838 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,6 +28,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
+ env:
+ CI: true
- name: Run tests
run: npm test