Update maven.yml

This commit is contained in:
2024-07-22 15:09:21 +01:00
committed by GitHub
parent 4fc12cba49
commit ded5adeebe

View File

@@ -28,7 +28,7 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -DskipTests=true -B -package --file pom.xml run: mvn -DskipTests=true -B package --file pom.xml
- name: Run JUnit tests - name: Run JUnit tests
run: mvn clean test run: mvn clean test
- name: Archive test output - name: Archive test output