Update README.md
Some checks failed
CI Demo / build (push) Successful in 3s
Docker Test / docker-ops (push) Successful in 5s
Java Test / java-hello (push) Successful in 33s
Python Test / python-hello (push) Successful in 4s
Swift Test / swift-hello (push) Has been cancelled

This commit is contained in:
2025-08-07 18:37:03 +00:00
parent 6d1b4e7e3d
commit bfc4a172c1

View File

@@ -4,6 +4,7 @@
[![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) [![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) [![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)
> A demo repository to verify our self-hosted Gitea Actions runner. > A demo repository to verify our self-hosted Gitea Actions runner.
@@ -13,5 +14,4 @@
- **Swift Test** (push → install Swift & run 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) - **Python Test** (push → install Python 3 & run Hello)
- **Docker Test** (push → build & run a BusyBox image, then cleanup)
Commit both the new workflow and this updated README to `main`, push, and watch your runner pick up the Python job!