mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Build in debug
This commit is contained in:
parent
731d0a2e48
commit
47ee644cb5
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- name: Setup Flutter
|
||||
@ -58,8 +58,8 @@ jobs:
|
||||
gradle-version: 6.1.1
|
||||
- run: flutter pub get
|
||||
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
- run: flutter build apk
|
||||
|
||||
- run: flutter build apk --debug
|
||||
|
||||
#ios:
|
||||
# runs-on: macos-latest
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user