Add test report deploy to release (#2498)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
|||||||
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
|
||||||
|
|
||||||
- name: Run build javadoc, verify (test)
|
- name: Run build javadoc, verify (test)
|
||||||
run: mvn verify javadoc:jar -Drevision=${REVISION} --batch-mode
|
run: mvn verify javadoc:jar -PgenerateTestReport -Drevision=${REVISION} --batch-mode
|
||||||
env:
|
env:
|
||||||
REVISION: ${{ github.event.inputs.revision }}
|
REVISION: ${{ github.event.inputs.revision }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user