Skip to content

Commit

Permalink
ci: disable flutter tests, since they are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Apr 30, 2019
1 parent 9a750a4 commit 091a458
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
pub global activate coverage
pub get
pub run test_coverage
- run:
name: Code coverage (graphql_flutter)
command: |
cd packages/graphql_flutter
flutter test --coverage
# - run:
# name: Code coverage (graphql_flutter)
# command: |
# cd packages/graphql_flutter
# flutter test --coverage
- run:
name: Upload coverage
command: |
Expand Down

0 comments on commit 091a458

Please sign in to comment.