Skip to content

Navigation Menu

Sign in
Sign up
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
GrammaTonic edited this page Sep 4, 2025 · 8 revisions

GitHub Actions Self-Hosted Runner Wiki

Welcome to the comprehensive documentation for the GitHub Actions Self-Hosted Runner project!

🎯 Latest Updates

βœ… Chrome Runner Implementation Complete (Sep 4, 2025)

  • New Feature: Specialized Chrome Runner for web UI testing
  • Status: βœ… Production Ready - All CI/CD checks passing
  • Performance: Dedicated browser automation environment
  • Frameworks: Playwright, Cypress, Selenium pre-installed
  • Documentation: Chrome Runner Guide

πŸ“– Table of Contents

Getting Started

Specialized Runners

Configuration

πŸš€ Quick Start Options

🌐 For Web UI Testing

# Chrome Runner (Recommended for browser tests)
./scripts/build-chrome.sh --push
docker-compose -f docker/docker-compose.chrome.yml up -d

🐳 For General Workloads

# Standard Runner
docker build -t github-runner:latest ./docker
docker-compose up -d

πŸ”— Quick Links

Component Status Documentation
Chrome Runner βœ… Production Ready Chrome Runner Guide
Standard Runner βœ… Stable Installation Guide
CI/CD Pipeline βœ… Passing Production Deployment
Security Scanning βœ… Clean Common Issues

πŸš€ Quick Links

πŸ”— External Resources

πŸ“ Contributing to Documentation

Found something missing or incorrect? We welcome contributions to improve this documentation:

  1. Visit the main repository
  2. Open an issue or submit a pull request
  3. Help us keep the documentation accurate and up-to-date

Last updated: September 4, 2025

Clone this wiki locally

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /