Skip to content

Commit

Permalink
👷 break up test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 28, 2024
1 parent 9201944 commit 07b551f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
uses: dart-lang/setup-dart@v1
with:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@v4
- id: install_dart_dependencies
name: Install Dart dependencies
run: dart pub get
- name: Run the project's tests in Chrome
run: dart test --platform chrome
continue-on-error: true
Expand Down

0 comments on commit 07b551f

Please sign in to comment.