hyperjumptech / monika

Monika is a command line application to monitor every part of your web app using a simple YAML configuration file. Get alert not only when your site is down but also when it's slow.
https://monika.hyperjump.tech
MIT License
605 stars 67 forks source link

Fix: Algolia Build in the Docs Action #1251

Closed dennypradipta closed 8 months ago

dennypradipta commented 8 months ago

Monika Pull Request (PR)

What feature/issue does this PR add

This feature hopefully fixes #1244

How did you implement / how did you fix it

Previously there were PR for fixing docs build (#1250) but it still does not fix Algolia. Turns out that in the Algolia step, it still uses npm ci without --peer-legacy-deps.

How to test

Run the action.

Here is the successful result: https://github.com/hyperjumptech/monika/actions/runs/8245601503

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.25%. Comparing base (4b43bcb) to head (bdf39a2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1251 +/- ## ======================================= Coverage 63.25% 63.25% ======================================= Files 111 111 Lines 3326 3326 Branches 574 574 ======================================= Hits 2104 2104 Misses 1032 1032 Partials 190 190 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.