Files
Test-Runner/README.md
thecoderatekid bb576955de
All checks were successful
CI Demo / build (push) Successful in 3s
Docker Test / docker-ops (push) Successful in 5s
Java Test / java-hello (push) Successful in 32s
Kotlin Test / kotlin-hello (push) Successful in 41s
Python Test / python-hello (push) Successful in 4s
Swift Test / swift-hello (push) Successful in 42s
Update README.md
2025-08-07 18:38:42 +00:00

19 lines
1.6 KiB
Markdown

# Test Runner
[![CI Demo](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/ci-demo.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
[![Swift Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/swift-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
[![Java Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/java-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
[![Python Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/python-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
[![Docker Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/docker-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
[![Kotlin Test](https://rustygits.com/thecoderatekid/Test-Runner/actions/workflows/kotlin-test.yml/badge.svg?branch=main&style=flat-square)](https://rustygits.com/thecoderatekid/Test-Runner/actions)
> A demo repository to verify our self-hosted Gitea Actions runner.
## Workflow Status
- **CI Demo** (push → echo hello)
- **Swift Test** (push → install Swift & run Hello)
- **Java Test** (push → install Java 17 & run HelloWorld)
- **Python Test** (push → install Python 3 & run Hello)
- **Docker Test** (push → build & run a BusyBox image, then cleanup)
- **Kotlin Test** (push → install Kotlin & run HelloWorld)