ci: update
Release package / release (push) Successful in 1m4s
Java CI with Maven / build-and-test (push) Failing after 1m21s

This commit is contained in:
TakahashiNg
2026-03-24 16:04:29 +00:00
parent 8684e913f4
commit 94fee5938d
+10 -2
View File
@@ -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