CI: Added junit test report (#21084)

* CI: Added junit test report

* Removed leftover

* Tesing

* removed reporter

* set max workers 2

* another test

* Fixed unit test

* Restored ci stuff
This commit is contained in:
Torkel Ödegaard
2019-12-13 14:56:25 +01:00
committed by GitHub
parent fd2131c1e3
commit 096b82027c
5 changed files with 23 additions and 5 deletions

View File

@@ -240,6 +240,8 @@ jobs:
- run:
name: frontend tests
command: './scripts/circle-test-frontend.sh'
- store_test_results:
path: reports/junit
- run:
name: ci job failed
command: './scripts/ci-job-failed.sh'