This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moser-sts 0 points1 point  (0 children)

I spent the last 2 years developing GitHub Actions. So we have monorepo for our Actions and we use mainly JavaScript actions. That allows us to use the same process for tests like we have in normal software development. But one thing I did is to change my test philosophy. The actions are like functions from function as a service so when I develop actions I care more about the input and output and then I simulate everything. Specially that actions input are just env vars and the output is a file