ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
23 stars 17 forks source link

Add actions for automated previewing and testing #5

Closed brian-rose closed 2 years ago

brian-rose commented 2 years ago

Cookbooks need tests! And people collaborating on cookbook authorship need preview capabilities for PRs (much like we do with Foundations).

Over at https://github.com/ProjectPythiaTutorials/radar-cookbook/issues/6 I've been cooking up some GitHub Actions-based solutions for all this.

4 is my first attempt to migrate the actions upstream to this template.

brian-rose commented 2 years ago

Now that #4 is merged, it's time to test it out:

brian-rose commented 2 years ago

Testing revealed some failures discussed over at #9 but these are now resolved. Closing!