From ac5685d368298d56bbdf561f4ddf65563d8bffc1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Feb 2020 18:05:27 +0200 Subject: [PATCH] Update .github/workflows/test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1958de409b0c..a41906322566 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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