Skip to content

Commit

Permalink
update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DMouayad committed May 8, 2023
1 parent 2d9dff0 commit c61d1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ workflows:
script: |
flutter packages pub get
- name: Flutter analyze
ignore_failure: true
script: |
flutter analyze
- name: Build APK with Flutter
Expand All @@ -38,6 +39,7 @@ workflows:
- name: Flutter analyze
script: |
flutter analyze
ignore_failure: true
- name: Build Flutter Windows App
script: |
flutter config --enable-windows-desktop
Expand All @@ -53,8 +55,6 @@ workflows:
publishing-workflow:
environment:
flutter: stable
vars:
GITHUB_TOKEN
groups:
- books_genie
triggering:
Expand Down

0 comments on commit c61d1c0

Please sign in to comment.