mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
removed app pre-build
This commit is contained in:
parent
ed45052317
commit
20b4c387c1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/run_integration_tests.yml
vendored
3
.github/workflows/run_integration_tests.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
channel: "stable"
|
||||
flutter-version: "3.10.0"
|
||||
|
||||
- name: Build app
|
||||
- name: Prepare app
|
||||
run: |
|
||||
flutter --version
|
||||
flutter pub get
|
||||
|
@ -50,7 +50,6 @@ jobs:
|
|||
pod install
|
||||
cd ..
|
||||
fi
|
||||
flutter build ${{ matrix.os == 'ubuntu-latest' && 'apk --debug' || 'ios --no-codesign --simulator --debug' }} $BUILD_ARGS -t $TARGET
|
||||
|
||||
- name: Enable KVM
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
|
Loading…
Reference in a new issue