We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e08f61 commit 3e00727Copy full SHA for 3e00727
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
rubygems: 3.0.3
30
bundler-cache: true
31
- name: Run the default task
32
- run: bundle exec rake
+ run: bundle exec rake test
33
- name: Read Coverage
34
run: |
35
echo "COVERAGE=$(cat coverage/coverage_percent.txt)%" >> $GITHUB_ENV
0 commit comments