Compare commits
No commits in common. "4f40075b76c13f6440b17c173ce3c60ce15d50d7" and "e698eb8a1d6f61a38248e7cd1a27bb73896e667c" have entirely different histories.
4f40075b76
...
e698eb8a1d
@ -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