]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
workflows/test.yml: specify `CI=true` (#29440)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Oct 2019 18:56:39 +0000 (21:56 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 18:56:39 +0000 (21:56 +0300)
.github/workflows/test.yml

index 263c1d52387fb8edcc5c06c4dd1358dcbbd2e84e..6108fd183837f30c095652da0cb76a8cae5e3d09 100644 (file)
@@ -28,6 +28,8 @@ jobs:
 
       - name: Install npm dependencies
         run: npm ci
+        env:
+          CI: true
 
       - name: Run tests
         run: npm test