From 5e304b60a1f2fd88f7cf01646865383b3531bc28 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Oct 2019 21:56:39 +0300 Subject: [PATCH] workflows/test.yml: specify `CI=true` (#29440) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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