Skip to content

Commit

Permalink
👷 add Chrome CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 2, 2024
1 parent 248a596 commit 64948af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: dart format lib test --output=none --set-exit-if-changed .
- name: Analyze the project's Dart code
run: dart analyze lib test --fatal-infos
- name: Run the project's tests in Chrome
run: dart test --platform chrome
continue-on-error: true
- name: Install coverage dependencies
run: |
dart pub global activate coverage
Expand Down

0 comments on commit 64948af

Please sign in to comment.