ci: add test.migrate and test.create for subprojects test

This commit is contained in:
Zach Daniel 2024-04-05 19:51:37 -04:00
parent e6d2f6695e
commit 6b6e3baa8f

View file

@ -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",