QA environment — payments are simulated

Docs

Getting started

1

Sign in & subscribe

Sign in with GitHub, then choose the Starter or Pro plan. Billing runs through Stripe.

2

Install the GitHub App

Install the Mint Runner GitHub App on your organization. Available soon — connected organizations are activating in stages.

3

Use the label

Set runs-on: mintrunner on any job and it queues on Mint Runner.

Workflow examples

ios-build

name: ios-build
on: push
jobs:
  build:
    runs-on: mintrunner
    steps:
      - uses: actions/checkout@v7
      - run: xcodebuild -scheme MyApp -destination 'generic/platform=iOS Simulator' build

web-ci

name: web-ci
on: push
jobs:
  check:
    runs-on: mintrunner
    steps:
      - uses: actions/checkout@v7
      - run: corepack enable && pnpm install --frozen-lockfile && pnpm check

Minute accounting

Minutes reset at the start of each billing cycle. Unused minutes do not roll over. There is no overage billing. At 80% we email you; at 100% new jobs wait for the next cycle.