Remove test step from Woodpecker workflow in first-test.yml.
This commit is contained in:
@@ -9,11 +9,6 @@ steps:
|
||||
commands:
|
||||
- echo "Hello World!"
|
||||
|
||||
- name: test
|
||||
image: maven:3-amazoncorretto-17-alpine
|
||||
commands:
|
||||
- mvn clean verify
|
||||
|
||||
- name: sonarcloud-scan
|
||||
image: maven:3-amazoncorretto-17-alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user