feat: rename test run section

This commit is contained in:
s-prechtl 2024-04-02 02:37:48 +02:00
parent 987ff83e90
commit 2dd3f41d4a

View file

@ -42,7 +42,7 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn -B package -DskipTests=true -file pom.xml run: mvn -B package -DskipTests=true -file pom.xml
- name: Run JUnit tests - name: Run Spring tests
run: mvn test run: mvn test
- name: Report - name: Report