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
committerXhmikosR <xhmikosr@gmail.com>2019-10-14 12:12:05 +0300
commit5e304b60a1f2fd88f7cf01646865383b3531bc28 (patch)
tree3f0cd1907456c3613ce0977171474b831d9dbf68
parent4c74d58f260fb7f168f0c3e6aad08d012bf9e2d0 (diff)
workflows/test.yml: specify `CI=true` (#29440)
-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 9290be6517..a0b39b3fc3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,6 +39,8 @@ jobs:
- name: Install npm dependencies
run: npm install
+ env:
+ CI: true
- name: Install bundler dependencies
run: bundle install --deployment --jobs=3 --retry=3 --clean