smoothbear / workflow-playground

Practice github workflows!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Workflow Playground

Contents


Introduction


Playground List


How to test workflows in local

Install nektos/act for testing.

  • Mac
brew install act
  • Linux
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
  • Windows
choco install act-cli

or using scoop

scoop install act

Run workflows by using act

  • Write workflows in .github/workflows
  • Run below command
act -j <workflow job name>

About

Practice github workflows!