removed ipa signing for ios test

This commit is contained in:
Vadim 2024-03-05 10:49:19 +01:00
parent 7edd18bb41
commit 80f33d3b4d

View file

@ -48,7 +48,7 @@ jobs:
flutter pub get
flutter pub run intl_utils:generate
flutter analyze lib --fatal-infos
flutter build ${{ matrix.os == 'ubuntu-latest' && 'apk' || 'ios' }} $BUILD_ARGS -t $TARGET
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' }}