Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

View File

@ -1,7 +1,5 @@
name: Test CI Runner Image
on:
push:
branches: [test, main]
workflow_dispatch:
jobs:
@ -12,10 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install JDK (musl-native, Alpine package)
run: |
apk add --no-cache openjdk17-jdk
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> "$GITHUB_ENV"
- name: Install JDK (JRE-only image)
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Verify tools
run: |