File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 distribution : ${{ env.JAVA_ZULU_DISTRIBUTION }}
5555 - run : ./mvnw clean --no-transfer-progress ; ./mvnw --no-transfer-progress
5656 - run : java -jar target/*.jar
57+ degit-zulu-24-tests :
58+ if : github.event.inputs.trigger == ''
59+ || !startsWith(github.event.inputs.trigger, 'm')
60+ || !startsWith(github.event.inputs.trigger, 'M')
61+ runs-on : ubuntu-latest
62+ steps :
63+ - uses : actions/checkout@v4
64+ - uses : actions/cache@v4
65+ id : java-cache
66+ with :
67+ path : |
68+ ~/.m2/repository
69+ !~/.m2/repository/io/github/daggerok
70+ key : ${{ runner.os }}-${{ hashFiles('**/pom.xml', '**/.mvn/**', '**/mvnw*') }}
71+ - uses : actions/setup-java@v4
72+ with :
73+ java-version : ${{ env.JAVA_VERSION }}
74+ distribution : ${{ env.JAVA_ZULU_DISTRIBUTION }}
75+ - uses : actions/setup-node@v6
76+ with :
77+ node-version : ' lts/*'
78+ - run : |
79+ cd /tmp
80+ npx --yes degit daggerok/maven-slf4j-main-starter-java-24 my-app && cd $_
81+ ./mvnw clean --no-transfer-progress
82+ ./mvnw --no-transfer-progress
83+ java -jar target/*.jar
5784 mvn-versions-display-updates :
5885 if : github.event.inputs.trigger == ''
5986 || !startsWith(github.event.inputs.trigger, 'm')
You can’t perform that action at this time.
0 commit comments