Skip to content

Commit

Permalink
Merge pull request #92 from filiph/ci-patch
Browse files Browse the repository at this point in the history
Update ci.yml to latest Dart executables
  • Loading branch information
filiph authored Dec 20, 2021
2 parents 1234fe0 + 8c53a8f commit 459813b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- run: dart --version
- run: pub get
- run: dartanalyzer --fatal-warnings .
- run: dartfmt -n --set-exit-if-changed .
- run: pub run test -x integration
- run: dart analyze --fatal-warnings .
- run: dart format --set-exit-if-changed .
- run: dart run test -x integration
- run: dart test/e2e_test.dart

0 comments on commit 459813b

Please sign in to comment.