Skip to content

Commit

Permalink
mjml_eex changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Jul 22, 2022
1 parent ee8417c commit 92d7793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule MjmlEEx.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger, :erlexec]
extra_applications: [:logger]
]
end

Expand Down
4 changes: 4 additions & 0 deletions test/node_compiler_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ defmodule NodeCompilerTest do
mjml_template: "test_templates/basic_template.mjml.eex"
end

setup_all do
Application.ensure_started(:erlexec)
end

setup do
path = System.get_env("MJML_CLI_PATH", "mjml")
Application.put_env(MjmlEEx.Compilers.Node, :compiler_path, path)
Expand Down

0 comments on commit 92d7793

Please sign in to comment.