Skip to content

Commit

Permalink
Update ci.yaml with latest flutter CLI commands (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored May 14, 2023
1 parent 877c6f3 commit add9ce2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
- name: Install Dependencies
run: flutter packages get
run: flutter pub get
- name: Format
run: flutter format . --set-exit-if-changed
run: dart format . --set-exit-if-changed
- name: Analyze
run: flutter analyze .
run: flutter analyze
- name: Test
run: flutter test --test-randomize-ordering-seed random
run: flutter test --test-randomize-ordering-seed random

0 comments on commit add9ce2

Please sign in to comment.