-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Github Actions and use PropEr github revision #224
Conversation
aeb6889
to
0f833c0
Compare
Coverage is quite low, and tracing slows down the tests. Coverage should be handled again, but only for a single runner and not in the matrix itself.
This resolves this error: ** (UndefinedFunctionError) function Dialyxir.Output.info/1 is undefined (module Dialyxir.Output is not available) (dialyxir 1.4.1) Dialyxir.Output.info("Finding suitable PLTs") (dialyxir 1.4.1) lib/mix/tasks/dialyzer.ex:174: Mix.Tasks.Dialyzer.run/1 (mix 1.15.6) lib/mix/task.ex:447: anonymous fn/3 in Mix.Task.run_task/5 (mix 1.15.6) lib/mix/task.ex:506: Mix.Task.run_alias/6 (mix 1.15.6) lib/mix/cli.ex:92: Mix.CLI.run_task/2 /usr/bin/mix:2: (file) [1] 104215 exit 1 mix lint
@alfert can you take a look into the branch protection rules, something is amiss here w.r.t. naming of the jobs. That' might be why the obsolete old jobs are still listed here. See https://github.com/orgs/community/discussions/25720 |
@alfert ping; how should we proceed here? |
These changes look great. I love that #217 is resolved. I'm going to use your branch until this is resolved. |
Hey @evnu, sorry for being so long in stasis. I deleted all the branch protection rules for Elixir 1.7 to 1.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work! 💚
This PR does multiple things to fix github actions:
will_fail
Mix.Config
Logger.warning
instead ofLogger.warn
Enum.filter() |> Enum.count()
,apply/3
andEnum.map_join/3
Fix #217