Use rake to run tests.
This commit is contained in:
parent
713e0ef58d
commit
73814d1be5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user