.github/workflows/ci.yml in convenient_service-0.12.0 vs .github/workflows/ci.yml in convenient_service-0.13.0
- old
+ new
@@ -156,9 +156,11 @@
run: task rspec:rails_6.0
- name: Run RSpec with Rails 5.2
run: task rspec:rails_5.2
- name: Run RSpec with Dry
run: task rspec:dry
+ - name: Run Minitest
+ run: task minitest
##
# NOTE: `lcov-result-merger` is written in JS.
#
- name: Set up Node.js 16.x
uses: actions/setup-node@v3