mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix CI not actually running ruby tests in 4.1 branch (#30321)
This commit is contained in:
parent
c2d8666bbf
commit
142dd34b68
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
|
@ -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 a new issue