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 e8712ef commit 97a2ac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dart_test_analyze_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ 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 97a2ac0

Please sign in to comment.