🔧 Test your GitHub Actions workflow locally.
Go to file
2018-12-31 18:16:39 +01:00
lib Initial commit 2018-12-31 18:13:07 +01:00
.gitignore Initial commit 2018-12-31 18:13:07 +01:00
index.js Initial commit 2018-12-31 18:13:07 +01:00
package-lock.json Initial commit 2018-12-31 18:13:07 +01:00
package.json Cleaned up description 2018-12-31 18:16:39 +01:00
README.md Added README. 2018-12-31 18:15:57 +01:00

GitHub Actions Tester

This Node application exposes an executable that allows you to test your GitHub workflow locally using Docker.

Installation

Install using NPM:

npm i -g gha

Usage

Usage: gha [options]

Options:
  -V, --version      output the version number
  -f <workflowfile>  Set workflow file path, defaults to .github/main.workflow
  -e <event>         Set event, defaults to push
  -h, --help         output usage information