mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user