From: XhmikosR Date: Wed, 2 Oct 2019 18:56:39 +0000 (+0300) Subject: workflows/test.yml: specify `CI=true` (#29440) X-Git-Tag: v4.4.0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e304b60a1f2fd88f7cf01646865383b3531bc28;p=thirdparty%2Fbootstrap.git workflows/test.yml: specify `CI=true` (#29440) --- 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