Skip to content

Commit

Permalink
add build step before
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Nov 8, 2023
1 parent dcc5e56 commit 55b6504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ jobs:
- install-sdkman
- revenuecat/install-gem-unix-dependencies:
cache-version: v1
- run:
name: Flutter doctor
command: flutter doctor -v
- flutter-get-dependencies:
project: api_tester
- run:
name: Run API tests
command: flutter build apk --debug --multidex
- run:
name: Run API tests
command: bundle exec fastlane run_api_tests
Expand Down

0 comments on commit 55b6504

Please sign in to comment.