Skip to content

Commit 375057e

Browse files
committed
Fix Pipeline
1 parent a703141 commit 375057e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dart_test_analyze_format.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
# - run: (echo 'deb http://deb.debian.org/debian buster main contrib non-free') > /etc/apt/sources.list.d/buster.list
11-
- run: apt-get update && apt-get install --no-install-recommends -y -q lcov
1211
- run: dart pub get
1312
- run: dart format --set-exit-if-changed .
1413
- run: dart test --coverage .
1514
- run: dart pub run coverage:format_coverage -i . -l > coverage.lcov
16-
- run: lcov -l coverage.lcov
1715
- run: dart analyze

0 commit comments

Comments
 (0)