mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add gradle installation step
This commit is contained in:
parent
5f657a236f
commit
226b655723
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -52,9 +52,11 @@ jobs:
|
||||||
uses: subosito/flutter-action@v1
|
uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '2.2.3'
|
flutter-version: '2.2.3'
|
||||||
|
- name: Setup Gradle
|
||||||
|
uses: gradle/gradle-build-action@v2
|
||||||
|
with:
|
||||||
|
gradle-version: 6.7.1
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- name: Check Gradle Version
|
|
||||||
run: cd android && ./gradlew --version
|
|
||||||
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue