From bfc4a172c1817037111f15d2efbccff9e7232425 Mon Sep 17 00:00:00 2001 From: thecoderatekid Date: Thu, 7 Aug 2025 18:37:03 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95f204f..5f323c0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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) -[![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. @@ -12,6 +13,5 @@ - **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) - -Commit both the new workflow and this updated README to `main`, push, and watch your runner pick up the Python job! \ No newline at end of file +- **Python Test** (push → install Python 3 & run Hello) +- **Docker Test** (push → build & run a BusyBox image, then cleanup) \ No newline at end of file