Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 8, 2024
1 parent 889d8ff commit 792beed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule Req.MixProject do
"deps.unlock --check-unused",
"format --check-formatted",
"deps.compile",
"compile --no-optional-deps --force --warnings-as-errors",
# "compile --no-optional-deps --force --warnings-as-errors",
"compile --force --warnings-as-errors",
"test --slowest 5 --warnings-as-errors"
]
Expand All @@ -146,7 +146,7 @@ defmodule Req.MixProject do

fn _ ->
if github? do
IO.puts("::group::mix #{command}")
IO.puts("::group::Run mix #{command}")
Mix.Task.rerun(task, args)
IO.puts("::endgroup::")
else
Expand Down

0 comments on commit 792beed

Please sign in to comment.