aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-10-02 21:56:39 +0300
committerXhmikosR <[email protected]>2019-10-14 12:12:05 +0300
commit5e304b60a1f2fd88f7cf01646865383b3531bc28 (patch)
tree3f0cd1907456c3613ce0977171474b831d9dbf68 /.github/workflows
parent4c74d58f260fb7f168f0c3e6aad08d012bf9e2d0 (diff)
downloadbootstrap-5e304b60a1f2fd88f7cf01646865383b3531bc28.tar.xz
bootstrap-5e304b60a1f2fd88f7cf01646865383b3531bc28.zip
workflows/test.yml: specify `CI=true` (#29440)
Diffstat (limited to '.github/workflows')
-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 9290be651..a0b39b3fc 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