Skip to content

Commit 97a2ac0

Browse files
committed
Fix Pipeline
1 parent e8712ef commit 97a2ac0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dart_test_analyze_format.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
image: google/dart
88
steps:
99
- uses: actions/checkout@v2
10-
- 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
1210
- run: dart pub get
1311
- run: dart format --set-exit-if-changed .
1412
- run: dart test --coverage .

0 commit comments

Comments
 (0)