Skip to content

Commit

Permalink
ci(flutter): remove dart-code-metrics step
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Sep 30, 2021
1 parent 58b0377 commit 868b5bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
analyze-and-test:
name: Analyze and test
runs-on: ubuntu-latest
timeout-minutes: 4
timeout-minutes: 3
if: ${{ github.event.pull_request.draft == false }}

steps:
Expand All @@ -27,11 +27,6 @@ jobs:
- run: flutter analyze --fatal-infos
- run: flutter test --coverage

- name: Run dart-code-metrics
uses: dart-code-checker/dart-code-metrics-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Coveralls
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 868b5bd

Please sign in to comment.