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