You've already forked tribes-plugin-kobold
9cd31ad340
CI / Test (push) Failing after 21s
Add fixed Ash resources for datasets, resource definitions, dataset events, and local record projections. Expose a loopback smoke API for public synced datasets and private local-only datasets, with migrations and host-backed tests.
7 lines
239 B
Elixir
7 lines
239 B
Elixir
ExUnit.start()
|
|
|
|
{:ok, _apps} = Application.ensure_all_started(:tribes)
|
|
TribeOne.TribesPlugin.Kobold.MigrationHelper.migrate_up!()
|
|
Ecto.Adapters.SQL.Sandbox.mode(Tribes.Repo, :manual)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Parrhesia.Repo, :manual)
|