Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -1,7 +1,5 @@
|
|||||||
name: Test CI Runner Image
|
name: Test CI Runner Image
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [test, main]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -12,10 +10,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install JDK (musl-native, Alpine package)
|
- name: Install JDK (JRE-only image)
|
||||||
run: |
|
uses: actions/setup-java@v4
|
||||||
apk add --no-cache openjdk17-jdk
|
with:
|
||||||
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> "$GITHUB_ENV"
|
java-version: 17
|
||||||
|
distribution: temurin
|
||||||
|
|
||||||
- name: Verify tools
|
- name: Verify tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user