Skip to content

Commit 2e6f620

Browse files
authored
Update ci.yml
1 parent 57fdeba commit 2e6f620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
- uses: actions/setup-java@v1
1717
with:
1818
java-version: "12.x"
19-
- name: Install Flutter
2019
- uses: subosito/[email protected]
2120
with:
22-
channel: stable
21+
channel: "stable"
2322
- run: flutter pub get
2423
- run: flutter analyze
2524
- run: flutter test --coverage

0 commit comments

Comments
 (0)