Skip to content

Commit

Permalink
fix(semver): tests broken because pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 6, 2021
1 parent 0ee1cc9 commit c99ddae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ commands:
steps:
- run:
name: command to run unit tests
command: pub run test test/unit --reporter json | tojunit --output test-results/dart-tests/device_widgets_unit_tests-report.xml
command: flutter test test/unit --reporter json | tojunit --output test-results/dart-tests/device_widgets_unit_tests-report.xml
e2e-tests:
description: "Run end-to-end tests"
steps:
- 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
command: flutter test test/e2e --reporter json | tojunit --output test-results/dart-tests/device_widgets_e2e_tests-report.xml
run-test-coverage:
description: "Run all tests"
steps:
Expand Down

0 comments on commit c99ddae

Please sign in to comment.