Skip to content

Commit 57fdeba

Browse files
authored
Update ci.yml
1 parent 471c1f2 commit 57fdeba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ jobs:
2020
- uses: subosito/[email protected]
2121
with:
2222
channel: stable
23-
- name: Install app dependencies
2423
- run: flutter pub get
25-
- name: Analyze Code
2624
- run: flutter analyze
27-
- name: Test app
2825
- run: flutter test --coverage
29-
- name: Upload coverage to Codecov
3026
- uses: codecov/codecov-action@v1
3127
with:
3228
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)