⚙️💻 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
520
stars
19
forks
source link
Adds support for running pre- and post-run scripts #78
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.
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.