Skip to content

Commit f55dc1c

Browse files
authored
Fixed image (#759)
Fixed surefire reports instances to be with underscore
1 parent 511a3df commit f55dc1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_docs/pipelines/introduction-to-codefresh-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ caption="Re-using Test reports"
172172
max-width="90%"
173173
%}
174174

175-
1. The first step runs `mvn test` and produces some test reports in `target/surefire-reports` into the shared Codefresh volume.
175+
1. The first step runs `mvn test` and produces some test reports in `target/surefire_reports` into the shared Codefresh volume.
176176
1. The next step uploads these reports using FTP to an external site.
177177

178178

5.95 KB
Loading

0 commit comments

Comments
 (0)