Skip to content

Commit 1514071

Browse files
YaleChen299chownces
authored andcommitted
update test.exs to include optional test setting
1 parent 46e3293 commit 1514071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/test.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ config :cadet,
8585
]
8686

8787
config :arc, storage: Arc.Storage.Local
88+
89+
if "test.secrets.exs" |> Path.expand(__DIR__) |> File.exists?(),
90+
do: import_config("test.secrets.exs")

0 commit comments

Comments
 (0)