Use rake to run tests.

This commit is contained in:
Stas SUȘCOV 2020-03-08 22:09:39 +00:00 committed by Stas
parent 713e0ef58d
commit 73814d1be5

View File

@ -1,6 +1,6 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
tests:
@ -24,7 +24,7 @@ jobs:
bundle install
- name: Runs code QA and tests
run: rspec
run: bundle exec rake
- name: Publish to GPR
continue-on-error: true