Skip to content

Commit

Permalink
Update github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Mar 14, 2024
1 parent b4c7d3c commit a353934
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
# ruby version is read from .tool-versions file, do not specify here
bundler-cache: true
# - name: Install dependencies
# run: |
# gem install bundler
# bundle install
- name: Run tests
run: bundle exec rspec

0 comments on commit a353934

Please sign in to comment.