Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 9, 2020
1 parent 81e8f52 commit ac5685d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac5685d

Please sign in to comment.