Skip to content

Commit

Permalink
Fix tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 27, 2024
1 parent e4ca28e commit 0c28084
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0'
- name: Bundle Install
run: bundle install


- name: Run tests
run: rake test

0 comments on commit 0c28084

Please sign in to comment.