Test repository for validating the custom slim CI runner image.
|
All checks were successful
Test CI Runner Image / validate (push) Successful in 1m21s
Reviewed-on: #5 Reviewed-by: hitanshu <hitanshu98@gmail.com> |
||
|---|---|---|
| .gitea/workflows | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle.kts | ||
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)