Skip to content

Commit

Permalink
flutter analyzeをコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Oct 18, 2024
1 parent 8ad4bb3 commit fc58282
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

- name: Run flutter pub get
run: flutter pub get

- run: flutter analyze --fatal-infos

# ゆくゆくは
# - run: flutter analyze --fatal-infos

- name: Run flutter test with coverage
run: flutter test --coverage --coverage-path=~/coverage/lcov.info
Expand Down

0 comments on commit fc58282

Please sign in to comment.