Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson authored Aug 2, 2023
1 parent 0235ea5 commit 23500b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ permissions:

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: '3.2.2''
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand All @@ -32,7 +27,7 @@ jobs:
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
ruby-version: '3.2.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake

0 comments on commit 23500b4

Please sign in to comment.