Updated Woodpecker config to run tests through Maven
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-05-03 14:45:52 -04:00
parent 178a902cf3
commit 8261e2847f
+6 -1
View File
@@ -1,8 +1,13 @@
pipeline:
test:
image: maven:3-jdk-11
commands:
- mvn test
build:
image: maven:3-jdk-11
commands:
- mvn clean package
- mvn clean compile assembly:single
gitea_release:
image: plugins/gitea-release