diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4208b08..8dd6af0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,7 +42,7 @@ jobs: - name: Build with Maven run: mvn -B package -DskipTests=true -file pom.xml - - name: Run JUnit tests + - name: Run Spring tests run: mvn test - name: Report