Updated Woodpecker config to run tests through Maven
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
178a902cf3
commit
8261e2847f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user