Skip to content
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