ci-for-research / self-hosted-runners

Recipe to install and configure a GitHub action runner using Ansible
Apache License 2.0
17 stars 9 forks source link

act #132

Open sverhoeven opened 4 years ago

sverhoeven commented 4 years ago

act is a tool to run GH workflows locally. It would be nice to mention act as an alternative for running a local runner.

It also ships with Docker images which try to mirror the environment of GH runners. This image could be used as FROM in https://github.com/ci-for-research/self-hosted-runners/blob/master/ubuntu-docker/Dockerfile so more software demanding workflows can run.