Skip to content

Commit

Permalink
Run db:test:prepare when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hulloitskai committed Feb 2, 2025
1 parent f71c10c commit edb4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
postgres: bin/postgres
vite-ssr: bin/vite build --ssr && bin/vite ssr
rails: bin/vite build --no-ssr && bin/wait_for_postgres_ready && bin/rails $RAILS_TEST_CMD || exit -1
rails: bin/vite build --no-ssr && bin/wait_for_postgres_ready && bin/rails db:test:prepare && bin/rails $RAILS_TEST_CMD || exit -1

0 comments on commit edb4d05

Please sign in to comment.