stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

add action to test package manager installs #1173

Closed charliecruzan-stripe closed 2 months ago

charliecruzan-stripe commented 2 months ago

Reviewers

r? @vcheung-stripe or r? @etsai-stripe

Summary

Adds a new Github Action that acts as a smoke test for all of our package manager install cases. This will install Stripe and run stripe version after:

This will run once an hour, and also whenever a new tag is pushed. If it fails, this is a strong indicator that something broken in the installation flow and this should help us catch it early. To avoid noise, there's retry logic.

charliecruzan-stripe commented 2 months ago

r? @fhats-stripe

I changed this to run every hour. I'd like to see how this plays in the wild before adding any paging/notification to the workflow