Skip to content

Commit

Permalink
Fix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
akashgk committed Apr 2, 2024
1 parent a703141 commit 375057e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dart_test_analyze_format.yml
Expand Up @@ -8,10 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
# - run: (echo 'deb http://deb.debian.org/debian buster main contrib non-free') > /etc/apt/sources.list.d/buster.list
- run: apt-get update && apt-get install --no-install-recommends -y -q lcov
- run: dart pub get
- run: dart format --set-exit-if-changed .
- run: dart test --coverage .
- run: dart pub run coverage:format_coverage -i . -l > coverage.lcov
- run: lcov -l coverage.lcov
- run: dart analyze

0 comments on commit 375057e

Please sign in to comment.