Uh oh!
There was an error while loading. Please reload this page.
Add notify workflow - #165
Conversation
This adds a github workflow dispatch event to tell the registry API to update.
|
codecov-commenter
commented
May 1, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #165 +/- ##
=======================================
Coverage 84.56% 84.56% =======================================
Files 17 17 Lines 162 162 Branches 25 25 =======================================
Hits 137 137 Misses 25 25 ☔ View full report in Codecov by Sentry. |
| - name: Delay for 90 seconds to allow NPM package to propagate | ||
| run: sleep 90 | ||
| - name: Update registry API |
There was a problem hiding this comment.
so this dispatches an event to the registry api to update it?
This adds a github workflow dispatch event to tell the registry API to update.