mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Add gradle installation step
This commit is contained in:
parent
5f657a236f
commit
226b655723
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -52,9 +52,11 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: '2.2.3'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: 6.7.1
|
||||
- run: flutter pub get
|
||||
- name: Check Gradle Version
|
||||
run: cd android && ./gradlew --version
|
||||
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
- run: flutter build apk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user