aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-10-02 21:56:39 +0300
committerGitHub <[email protected]>2019-10-02 21:56:39 +0300
commitb1a4b0ecc42e5d2359f18d6430b9386defdb9ddb (patch)
tree3d6193adf9507775a52cfc1f5785cddf0654afaa /.github
parentadfd3fbd4689b8d373d55df56bead6d09c728fcd (diff)
downloadbootstrap-b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb.tar.xz
bootstrap-b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb.zip
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 263c1d523..6108fd183 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