Skip to content

Commit

Permalink
No coverage, rspec only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rortian committed Jul 2, 2024
1 parent 12c849c commit 819f52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Runs code QA and tests
env:
RAILS_VERSION: ~> ${{ matrix.rails }}
COVERAGE: no
run: |
sudo apt-get update
sudo apt-get install openjdk-8-jdk
bundle
bundle exec rake test
bundle exec rake rspec

0 comments on commit 819f52d

Please sign in to comment.