From 80f33d3b4dae5008f732eeaffd40298f56497774 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:49:19 +0100 Subject: [PATCH] removed ipa signing for ios test --- .github/workflows/run_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index bc3577d..a712c59 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -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' }}