mirror of https://github.com/tootsuite/mastodon
Fix CI not actually running ruby tests in 4.1 branch (#30321)
parent
c2d8666bbf
commit
142dd34b68
|
@ -149,3 +149,5 @@ jobs:
|
|||
|
||||
- name: Load database schema
|
||||
run: './bin/rails db:create db:schema:load db:seed'
|
||||
|
||||
- run: bin/rspec
|
||||
|
|
Loading…
Reference in New Issue