]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 14 Oct 2019 09:12:05 +0000 (12:12 +0300)
.github/workflows/test.yml

index 9290be65172295e0eecc8eecd771771fa2d78a22..a0b39b3fc3fb67781d5be47a7b564bf24072aeaa 100644 (file)
@@ -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