Update README.md
All checks were successful
CI Demo / build (push) Successful in 3s
Java Test / java-hello (push) Successful in 32s
Python Test / python-hello (push) Successful in 5s
Swift Test / swift-hello (push) Successful in 54s

This commit is contained in:
2025-08-07 18:34:25 +00:00
parent 8b248ad5ef
commit b0b8ec6eff

View File

@@ -2,7 +2,8 @@
[![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)
[![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)
> A demo repository to verify our self-hosted Gitea Actions runner.
@@ -10,4 +11,7 @@
- **CI Demo** (push → echo hello)
- **Swift Test** (push → install Swift & run Hello)
- **Java Test** (push → install Java 17 & run HelloWorld)
- **Java Test** (push → install Java 17 & run HelloWorld)
- **Python Test** (push → install Python 3 & run Hello)
Commit both the new workflow and this updated README to `main`, push, and watch your runner pick up the Python job!