Fix CI not actually running ruby tests in 4.1 branch (#30321)
This commit is contained in:
parent
c2d8666bbf
commit
142dd34b68
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
|
@ -149,3 +149,5 @@ jobs:
|
||||||
|
|
||||||
- name: Load database schema
|
- name: Load database schema
|
||||||
run: './bin/rails db:create db:schema:load db:seed'
|
run: './bin/rails db:create db:schema:load db:seed'
|
||||||
|
|
||||||
|
- run: bin/rspec
|
||||||
|
|
Loading…
Reference in a new issue