Test repository for validating the custom slim CI runner image.
Go to file
2026-07-04 23:47:25 +05:30
.gitea/workflows Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
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)