]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .github/workflows/test.yml
authorXhmikosR <xhmikosr@gmail.com>
Thu, 20 Feb 2020 16:05:27 +0000 (18:05 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Mar 2020 14:26:10 +0000 (16:26 +0200)
.github/workflows/test.yml

index 1958de409b0cd11af186a3f7de8146d987558311..a419063225663d2211aac71760fc7f8cc2a41b5e 100644 (file)
@@ -23,7 +23,7 @@ jobs:
         with:
           node-version: ${{ matrix.node }}
 
-      - name: Set up Ruby 2.4
+      - name: Set up Ruby
         uses: actions/setup-ruby@v1
         with:
           ruby-version: ${{ matrix.ruby }}
@@ -64,7 +64,7 @@ jobs:
         run: npm ci
 
       - name: Install bundler dependencies
-        run: bundle install --deployment --jobs=3 --retry=3 --clean
+        run: bundle install --deployment --jobs=4 --retry=3 --clean
 
       - name: Run tests
         run: npm test