You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
1fb848b8cb
Adopt canonical plugin id/slug manifest fields, vendor-prefixed OTP app naming, and fully-qualified capability ids for Sender.
7 lines
176 B
Elixir
7 lines
176 B
Elixir
Application.ensure_all_started(:tribe_one_sender)
|
|
|
|
Path.expand("../priv/repo/migrations", __DIR__)
|
|
|> then(&Ecto.Migrator.run(Tribes.Repo, &1, :up, all: true))
|
|
|
|
ExUnit.start()
|