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 97a2ac0 commit a703141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart_test_analyze_format.yml
Expand Up @@ -7,6 +7,8 @@ jobs:
image: google/dart
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 .
Expand Down

0 comments on commit a703141

Please sign in to comment.