Skip to content

Commit

Permalink
fix(cicd): test steps cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 18, 2021
1 parent 0ac5f6b commit ba370f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ commands:
pub install
pub global activate junitreport
echo "export PATH="$PATH":"$HOME/.pub-cache/bin"" >> $BASH_ENV
mkdir -p test-results/dart-tests
- run:
name: command to run unit tests
command: flutter test --reporter json | tojunit --output test-results/dart-tests/device_widgets_unit_tests-report.xml
Expand Down Expand Up @@ -98,9 +99,6 @@ jobs:
steps:
- dependencies:
shell: "/bin/bash -eo pipefail"
- run:
name: Make folder for test results
command: mkdir -p test-results/dart-tests
- run-tests
- run-test-coverage
- store_test_results:
Expand Down

0 comments on commit ba370f6

Please sign in to comment.