Skip to content

Commit

Permalink
Add test to iOS checks, rename #20 check
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfccp committed Jan 15, 2023
1 parent a348990 commit a201e8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
- run: flutter test
checks_on_update_available_platform_interface:
name: Checks on update_available_platform_interface
runs-on: ubuntu-latest
Expand All @@ -68,8 +69,8 @@ jobs:
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
checks_min_sdk_on_update_available:
name: Checks Min SDK on update_available
checks_minimum_sdk_on_update_available:
name: Checks minimum SDK version on update_available
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit a201e8f

Please sign in to comment.