We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab198d commit ff1cf8cCopy full SHA for ff1cf8c
.github/workflows/maven.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a Java project with Maven
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
4
-name: Maven Compile Test
+name: Maven Test
5
6
on:
7
push:
@@ -28,4 +28,4 @@ jobs:
28
# - name: Build Integration
29
# run: mvn -B install --file src/integration/plotsquared/5/pom.xml
30
- name: Build with Maven
31
- run: mvn -B compile --file pom.xml -Pdebug
+ run: mvn -B test --file pom.xml -Pdebug
0 commit comments