Skip to content

Commit

Permalink
Add prometheus to plt_extra_apps so Dialyzer uses it, fixes 7922af5
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 5, 2024
1 parent 3293bf1 commit 5ce7c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
{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
sed -i 's|stdlib, |stdlib, cuesport, ecaptcha, fusco, observer_cli, prometheus, recon, |g' rebar.config
- run: make
- run: make hooks
Expand Down

0 comments on commit 5ce7c11

Please sign in to comment.