.github/workflows/ci.yml in defra_ruby_template-3.15.1 vs .github/workflows/ci.yml in defra_ruby_template-5.4.0
- old
+ new
@@ -23,5 +23,9 @@
# Run linting first. No point running the tests if there is a linting issue
- name: Run lint check
run: |
bundle exec rubocop --format progress --format json --out rubocop-result.json
+
+ - name: Run unit tests
+ run: |
+ bundle exec rspec