summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-19 20:56:59 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-19 20:56:59 -0700
commit466295f26fd7fc2d6b1c802e5a39f408d46a1df6 (patch)
tree42cdbf956c348f1bb04f5a7e26258fbe3e476af2 /config/test.exs
parent110eb0b1990d5d5ee77f9368a9b7653cfdc07131 (diff)
downloadchessh-466295f26fd7fc2d6b1c802e5a39f408d46a1df6.tar.gz
chessh-466295f26fd7fc2d6b1c802e5a39f408d46a1df6.zip
Add migrations, test keys, github workflows
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 8ab016e..6ade5f8 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -6,3 +6,6 @@ config :chessh, Chessh.Repo,
password: "postgres",
hostname: "localhost",
pool: Ecto.Adapters.SQL.Sandbox
+
+config :esshd,
+ priv_dir: Path.join(Path.dirname(__DIR__), "priv/test_keys")