Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdiz authored Jan 31, 2025
1 parent 5c186a1 commit 9d28f73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9d28f73

Please sign in to comment.