Skip to content

Commit

Permalink
Update workflow for latest standards as well
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Sep 3, 2023
1 parent 91f06a6 commit 9f250d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- run: dart pub get
- run: dart analyze --fatal-warnings .
- run: dart format --set-exit-if-changed .
- run: dart run test -x integration
- run: dart test/e2e_test.dart
- run: dart test -x integration
- run: dart run test/e2e_test.dart

0 comments on commit 9f250d7

Please sign in to comment.