Containerized Maven build configuration added to workflow
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 23s
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 23s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user