Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 368 Bytes

ACT.md

File metadata and controls

19 lines (13 loc) · 368 Bytes

ACT

Requirements

  • act
  • github cli
  • podman

Podman configuration

podman machine init --cpus 4 --memory 8192 --now gha-act

Local testing

act --workflows .github/workflows/pr.yml --platform ubuntu-22.04=catthehacker/ubuntu:full-22.04 --secret GITHUB_TOKEN="$(gh auth token)" --eventpath act/event.json --env-file .env.testing