Test repository for validating the custom slim CI runner image.
Go to file
hitanshu 2d4c755cc2
All checks were successful
Test CI Runner Image / validate (push) Successful in 1m21s
Merge pull request '[ISSUE-76] Fix Gradle build failure — replace setup-java with Alpine JDK package' (#5) from Dave/ci-runner-test:ISSUE-76 into main
Reviewed-on: #5
Reviewed-by: hitanshu <hitanshu98@gmail.com>
2026-07-05 06:34:35 +00:00
.gitea/workflows Hithomelabs/HomeLabDocker#76: Fix Gradle build failure — replace setup-java with Alpine JDK package 2026-07-05 06:27:45 +00:00
gradle/wrapper Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
src Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
.gitignore Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
build.gradle Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
gradlew Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
gradlew.bat Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
README.md Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
settings.gradle.kts Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30

CI Runner Test

Test repository for validating the custom slim CI runner image.

Trigger: Go to Actions → Test CI Runner Image → "Run workflow"

What it tests:

  • JRE base with JDK installed at runtime via actions/setup-java@v4
  • Gradle Java compilation and test execution
  • Docker CLI with host socket mount
  • Node.js availability (required by JavaScript actions)