author avatar

mahesh.bhosle

Tue Feb 06 2024

act utility can be used to simulate GitHub Actions locally, for testing the GitHub workflows.

To install act on Mac: brew install act To use the act navigate to the GitHub repo and use act -l to list all jobs To run any particular job: act -j job_id To run a job on any particular platform: act -j job_id -P <image>

[To run the jobs locally, docker must be running on the system.]