Skip to content

Commit

Permalink
Add dependencies used by mod_prometheus so Dialyzer testing succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 5, 2024
1 parent 5950ced commit 7922af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
{ecaptcha, ".*", {git, "https://github.com/seriyps/ecaptcha", {branch, "master"}}}, \
{fusco, ".*", {git, "https://github.com/esl/fusco", {branch, "master"}}}, \
{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli", {branch, "master"}}}, \
{prometheus, ".*", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}, \
{quantile_estimator, ".*", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}}, \
{recon, ".*", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \
|g' rebar.config
sed -i 's|stdlib, |stdlib, cuesport, ecaptcha, fusco, observer_cli, recon, |g' rebar.config
Expand Down

0 comments on commit 7922af5

Please sign in to comment.