Skip to content

Commit

Permalink
fix(semver): Make sure all test reports are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 6, 2021
1 parent aaa63ad commit 0ee1cc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands:
- run:
name: command to run e2e tests
command: pub run test test/e2e --reporter json | tojunit --output test-results/dart-tests/device_widgets_e2e_tests-report.xml
all-tests:
run-test-coverage:
description: "Run all tests"
steps:
- run:
Expand Down Expand Up @@ -72,6 +72,8 @@ jobs:
- run:
name: Make folder for test results
command: mkdir -p test-results/dart-tests
- all-tests
- unit-tests
- e2e-tests
- run-test-coverage
- store_test_results:
path: test-results

0 comments on commit 0ee1cc9

Please sign in to comment.