Skip to content

Commit

Permalink
Update: take 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Feb 9, 2024
1 parent 9b1c29c commit c2f9d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/moebius.migrate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ defmodule Mix.Tasks.Moebius.Migrate do
:test ->
"test/db/tables.sql"
|> File.read!()
|> IO.inspect()
|> Moebius.run_with_psql(db: database)
|> IO.inspect()

_ ->
raise "You can only run migrations in the test environment"
Expand Down

0 comments on commit c2f9d12

Please sign in to comment.