Skip to content

Commit

Permalink
handle e2e exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Sep 4, 2024
1 parent 7692663 commit c5ef4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ defmodule BoomNotifier.MixProject do
end

defp run_e2e(_) do
Mix.shell().cmd("cd test/example_app && mix deps.get && mix test")
exit_status = Mix.shell().cmd("cd test/example_app && mix deps.get && mix test")
exit({:shutdown, exit_status})
end
end

0 comments on commit c5ef4da

Please sign in to comment.