Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jun 25, 2024
1 parent 6edf56b commit f535b46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand All @@ -21,10 +22,10 @@ jobs:
run: flutter pub get

- name: Run Analyze
run: flutter analyze --no-fatal-infos
run: flutter analyze --no-fatal-infos ./lib ./test

- name: Check format
run: dart format --set-exit-if-changed ./lib
run: dart format --set-exit-if-changed ./lib ./test

- name: Run tests
run: flutter test --coverage
Expand Down

0 comments on commit f535b46

Please sign in to comment.