Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 12, 2024
1 parent ca08d0c commit 65395e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
run: flutter packages get

- name: Format
run: flutter format --set-exit-if-changed lib test example
run: dart format --set-exit-if-changed lib test example

- name: Analyze
run: flutter analyze lib test example
run: dart analyze lib test example

- name: Run tests
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Dependencies
run: |
flutter packages get
flutter pub global activate pana
flutter pub global activate pana 0.21.45
sudo apt-get install webp
- name: Verify Pub Score
Expand Down

0 comments on commit 65395e7

Please sign in to comment.