shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
501 stars 15 forks source link

Adds support for running pre- and post-run scripts #78

Closed simonbs closed 2 months ago

simonbs commented 2 months ago

This PR adds support for running pre- and post-run scripts. Tartelet will look for a pre-run script at ~/.tartelet/pre-run.sh and a post-run script at ~/.tartelet/post-run.sh and ask the GitHub Actions runner script to execute the pre- and post-run scripts if they exist.