Skip to content

Commit

Permalink
Store JUnit test results in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennedy-mode committed May 31, 2019
1 parent da43aed commit fcad20c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_regression_h1
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
junit_regression_h2:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -34,6 +36,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_regression_h2
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
junit_other_p1:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -44,6 +48,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_other_p1
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
junit_other_p2:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -54,6 +60,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_other_p2
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
junit_other_p3:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -64,6 +72,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_other_p3
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
junit_other_p4:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -74,6 +84,8 @@ jobs:
- attach_workspace:
at: .
- run: ant junit_other_p4
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
package:
machine:
image: ubuntu-1604:201903-01
Expand Down

0 comments on commit fcad20c

Please sign in to comment.