Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
simeng-li committed Sep 6, 2024
1 parent f0d4899 commit f67bf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: flutter pub get

- name: Analyze
run: flutter analyze --no-pub
run: flutter analyze --no-pub --no-fail-on-infos

- name: Test
run: flutter test --no-pub --coverage
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Analyze
working-directory: ./example
run: flutter analyze --no-pub
run: flutter analyze --no-pub --no-fail-on-infos

- name: Test
working-directory: ./example
Expand Down

0 comments on commit f67bf20

Please sign in to comment.