Agent CI — Run GitHub Actions Locally

1 min read Original article ↗

npx @redwoodjs/agent-ci run --workflow .github/workflows/ci.yml

Initializing local runner environment...

Mounting local workspace: /Users/dev/project

Starting job: test-and-build

✓ Run actions/checkout@v4 (0s)

✓ Run actions/setup-node@v4 (0s)

✓ Run npm install (0s - cached)

▶ Run npm run test

✖ 1 failing test

Error: Expected true to be false

⚠️ Step failed. Runner paused.

Container state preserved. Fix the issue and run:

npx @redwoodjs/agent-ci retry --name runner-test-and-build