Containerized Maven build configuration added to workflow
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 23s

This commit is contained in:
2026-01-07 15:25:35 +01:00
parent 616e575ed8
commit d5764dcfa1
3 changed files with 55 additions and 100 deletions

View File

@@ -7,6 +7,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: maven:3.9.9-eclipse-temurin-22
steps:
- name: Checkout Code
uses: actions/checkout@v3