Compare commits

...

4 Commits

Author SHA1 Message Date
85ba9a77b9 ..
Some checks failed
Java CI with Maven / build (push) Failing after 5m21s
2025-11-21 19:43:18 +01:00
337c673c4d ...
Some checks failed
Java CI with Maven / build (push) Failing after 0s
2025-11-21 19:41:47 +01:00
15df500d82 ..
Some checks failed
Java CI with Maven / build (push) Failing after 2s
2025-11-21 19:30:29 +01:00
be4e036e46 ..
Some checks failed
Java CI with Maven / build (push) Failing after 9s
2025-11-21 19:29:35 +01:00

View File

@@ -1,11 +1,3 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Java CI with Maven
on:
@@ -16,16 +8,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: nektos/act-environments-ubuntu:18.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/checkout@v6
- name: Build with Maven
run: mvn -B package --file pom.xml