packaging workflow depends on test workflow now
This commit is contained in:
@@ -3,3 +3,5 @@ steps:
|
|||||||
image: maven:3.9.9-eclipse-temurin-21-alpine
|
image: maven:3.9.9-eclipse-temurin-21-alpine
|
||||||
commands:
|
commands:
|
||||||
- mvn package
|
- mvn package
|
||||||
|
depends_on:
|
||||||
|
- test
|
Reference in New Issue
Block a user