Skip to content

Commit ff1cf8c

Browse files
authored
Update maven.yml
1 parent 7ab198d commit ff1cf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Maven Compile Test
4+
name: Maven Test
55

66
on:
77
push:
@@ -28,4 +28,4 @@ jobs:
2828
# - name: Build Integration
2929
# run: mvn -B install --file src/integration/plotsquared/5/pom.xml
3030
- name: Build with Maven
31-
run: mvn -B compile --file pom.xml -Pdebug
31+
run: mvn -B test --file pom.xml -Pdebug

0 commit comments

Comments
 (0)