Skip to content

Commit 0bc4bac

Browse files
committed
💚 Only analyze in minimum stable version test.
1 parent 2ca5ead commit 0bc4bac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lowest_capability_test.yml renamed to .github/workflows/minimum_stable_version_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lowest capability test
1+
name: Minumum stable version capability test
22

33
on:
44
push:
@@ -45,4 +45,3 @@ jobs:
4545
- run: flutter --version
4646
- run: flutter pub get
4747
- run: flutter analyze lib example/lib
48-
- run: cd example; flutter build apk --debug

0 commit comments

Comments
 (0)