Skip to content

Commit 7357629

Browse files
author
Gregor Noczinski
committed
* Added test results
1 parent e4b3336 commit 7357629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414
test:
1515
override:
1616
- ./gradlew --stacktrace test
17-
post:
17+
post:
1818
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
1919
- find . -type f -regex ".*/build/testing/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)