This repository is used for end-to-end testing of the self-hosted GitHub Actions runner infrastructure.
The e2e-test.yml workflow runs on self-hosted runners to verify:
- Runner registration is working
- Jobs are assigned correctly
- Workflow execution completes
Via GitHub CLI:
gh workflow run e2e-test.yml --repo takari/gha-runner-e2e-test -f test_id=test-001Via GitHub UI:
- Go to Actions tab
- Select "E2E Test Workflow"
- Click "Run workflow"
The workflow uses these labels:
self-hostedlinuxx64
- Main repository: gha-runners