From 6b6e3baa8fa3ca529a0a3cf1ef56cf79684475a2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 5 Apr 2024 19:51:37 -0400 Subject: [PATCH] ci: add `test.migrate` and `test.create` for subprojects test --- mix.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index c53f39a..3c944d3 100644 --- a/mix.exs +++ b/mix.exs @@ -139,6 +139,8 @@ defmodule AshOban.MixProject do "spark.replace_doc_links", "spark.cheat_sheets_in_search" ], + "test.migrate": ["ecto.migrate"], + "test.create": ["ecto.create"], "spark.formatter": "spark.formatter --extensions AshOban", "spark.cheat_sheets": "spark.cheat_sheets --extensions AshOban", "spark.cheat_sheets_in_search": "spark.cheat_sheets_in_search --extensions AshOban",