feat: rename test run section
This commit is contained in:
parent
987ff83e90
commit
2dd3f41d4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue