Skip to content

Commit a8f6cbf

Browse files
committed
Fixed the test report url
1 parent 7dfd1c4 commit a8f6cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test:
3030
override:
3131
- ./mvnw clean install
3232
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
33-
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
33+
- find . -type f -regex ".*/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
3434

3535

3636
#deployment:

0 commit comments

Comments
 (0)