๐Ÿ“ฆ siedentop / cpp-github-action

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/siedentop/cpp-github-action.git
HTTPS git clone https://github.com/siedentop/cpp-github-action.git
SSH git clone git@github.com:siedentop/cpp-github-action.git
CLI gh repo clone siedentop/cpp-github-action
Christoph Siedentop Christoph Siedentop Initial commit. 0718141 5 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ src
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Motivation

Debugging Github Actions (or any CI) is annoying if you can't run it locally.

act let's you run them locally.

Usage

Install ACT

  • See https://github.com/nektos/act
  • You also need Docker.

Run locally with ACT

act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04

  • Tip: Use -v if there's some error.