Files
self 9cd31ad340
CI / Test (push) Failing after 21s
feat: add Kobold dataset foundation
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.
2026-05-28 00:48:57 +02:00

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)