diff --git a/README.md b/README.md index 0e43c9b..6724b07 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # 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) +[![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. ## Workflow Status - **CI Demo** (push → echo hello) -- **Swift Test** (push → install Swift & run a Hello World) - -These badges use Gitea's built-in workflow-badge URL format. \ No newline at end of file +- **Swift Test** (push → install Swift & run Hello) +- **Java Test** (push → install Java 17 & run HelloWorld) \ No newline at end of file