Skip to content

Commit

Permalink
lets go with "spec"
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Sep 26, 2022
1 parent 44352d1 commit 193325c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ permissions:
contents: read

jobs:
build:
spec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1']

steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake on Ruby ${{ matrix.ruby }}
- name: Run Specs
run: bundle exec rake spec

0 comments on commit 193325c

Please sign in to comment.