From 9d28f732950deb765831a27da201d327d0c3b2a3 Mon Sep 17 00:00:00 2001 From: Manolache Bogdan <116110094+bogdiz@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:59:29 +0200 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f8cb130..416d857 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -75,11 +75,7 @@ jobs: working-directory: ./frontend run: | echo "API_URL=${{ matrix.env == 'dev' && env.DEV_API_URL || matrix.env == 'staging' && env.STAGING_API_URL || env.PRODUCTION_API_URL }}" > .env - - - name: Run Tests - working-directory: ./frontend - run: flutter test - + - name: Build IPA working-directory: ./frontend run: flutter build ipa --release --dart-define=ENV=${{ matrix.env }}