Skip to content

Commit

Permalink
remove tests and code analyze from CI because they are run in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrrys committed Jun 15, 2024
1 parent d18ed1d commit 56d7634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: echo $DATA > /home/runner/work/pola-flutter/pola-flutter/android/app/google-services.json
# - name: Check formatting
# run: flutter format --set-exit-if-changed #not working in my computer
- name: Statically analyze
run: flutter analyze
- name: Widget tests
run: flutter test
# - name: Statically analyze
# run: flutter analyze
# - name: Widget tests
# run: flutter test
- name: Build apk
run: flutter build apk --debug

0 comments on commit 56d7634

Please sign in to comment.