ci: update
This commit is contained in:
@@ -19,10 +19,18 @@ jobs:
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "25"
|
||||
cache: "maven"
|
||||
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Build and Test all modules
|
||||
run: mvn -B clean verify
|
||||
run: ./mvnw -B clean verify
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: scacap/action-surefire-report@v1
|
||||
|
||||
Reference in New Issue
Block a user