From: XhmikosR Date: Wed, 2 Oct 2019 18:56:39 +0000 (+0300) Subject: workflows/test.yml: specify `CI=true` (#29440) X-Git-Tag: v5.0.0-alpha1~751 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb;p=thirdparty%2Fbootstrap.git workflows/test.yml: specify `CI=true` (#29440) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 263c1d5238..6108fd1838 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