thetrevorharmon / gatsby-theme-shopify-manager

The easiest way to start a Shopify shop on Gatsby.
https://gatsby-theme-shopify-manager.netlify.app/
MIT License
121 stars 11 forks source link

Add Github Actions Test CI #3

Closed thetrevorharmon closed 4 years ago

thetrevorharmon commented 4 years ago

Testing automations on PRs (and type checking) is really important on a small project like this–it helps to prevent introducing bugs into production. Since Github Actions is free for open source repos (🎉) it seems to me like it makes sense to set up automated PR actions that trigger testing.

thetrevorharmon commented 4 years ago

https://itnext.io/automate-your-integration-tests-and-semantic-releases-with-github-actions-43875ad83092

thetrevorharmon commented 4 years ago

I just reviewed this PR that implements a CI on condense-number, a public Shopify repo. Could be a good starting point: https://github.com/Shopify/condense-number/pull/63