Getting Started
Migrating to Avrea is a one-line change in your workflow file. No other changes are required. Caching, observability, and infrastructure are handled automatically.
-
Install the Avrea GitHub App
Sign in at console.avrea.com, create or select an Avrea organization, then click Install Avrea app. GitHub will ask which account or organization to install on, then whether to grant access to all repositories or only a selection. Pick all your repos or just one to try it out; you can always add more later.
-
Duplicate your workflow
Create a copy of your existing workflow file and update the runner:
workflow.yml jobs:build:runs-on: ubuntu-latestruns-on: avrea-ubuntu-latestKeep your original workflow unchanged so you can compare results side by side.
avrea-ubuntu-latestmatches GitHub's default (2 vCPUs, 8 GB RAM). For larger VM sizes, see Runners & Pricing. -
Trigger both workflows
Run each workflow and compare Avrea with your existing setup. Run it twice: the first run shows the hardware speedup and the second run is where the cache kicks in for a much larger improvement.
Next steps
Section titled “Next steps”- Cache: transparent acceleration for GitHub Actions cache, build caches, and package managers.
- Debugging & SSH: SSH into a running job from the console or the CLI.
- Observability: step-level logs, run history, and failure/flake analytics.
Need help?
Section titled “Need help?”Reach out at support@avrea.com for onboarding questions, technical issues, or product feedback. Or join the Avrea Slack community.