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:[To run the jobs locally, docker must be running on the system.]brew install act
To use theact
navigate to the GitHub repo and useact -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