Skip to content

Commit

Permalink
Always test on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Sep 18, 2019
1 parent 48282f4 commit ea082a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on: [push]

jobs:
test:
name: Test on Ruby ${{ matrix.ruby_version }}, node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Test on Ruby ${{ matrix.ruby_version }}, node ${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [8, 10, 12]
ruby_version: [2.5.x, 2.6.x]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v1
Expand All @@ -22,7 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}

- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit ea082a9

Please sign in to comment.