Workflow fix
Lets see, how many commits it will take for me
This commit is contained in:
parent
543055c304
commit
7f8541e0df
|
@ -20,7 +20,7 @@ jobs:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '2.2.0'
|
flutter-version: '3.10.5'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
- run: flutter build apk --split-per-abi
|
- run: flutter build apk --split-per-abi
|
||||||
|
|
Loading…
Reference in New Issue