Update README.md
All checks were successful
CI Demo / build (push) Successful in 4s
Java Test / java-hello (push) Successful in 34s
Swift Test / swift-hello (push) Successful in 56s

This commit is contained in:
2025-08-07 18:29:21 +00:00
parent 9185946d7d
commit 6d6b005800

View File

@@ -2,12 +2,12 @@
[![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) [![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) [![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)
> A demo repository to verify our self-hosted Gitea Actions runner. > A demo repository to verify our self-hosted Gitea Actions runner.
## Workflow Status ## Workflow Status
- **CI Demo** (push → echo hello) - **CI Demo** (push → echo hello)
- **Swift Test** (push → install Swift & run a Hello World) - **Swift Test** (push → install Swift & run Hello)
- **Java Test** (push → install Java 17 & run HelloWorld)
These badges use Gitea's built-in workflow-badge URL format.