Skip to content

Commit

Permalink
cleaned up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsmerritt committed May 31, 2023
1 parent 2604b25 commit 36b43f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand All @@ -37,10 +39,6 @@ jobs:
- name: Run tests
run: flutter test

- uses: subosito/flutter-action@v2
with:
channel: 'stable'

- name: Collect coverage
run: flutter test --coverage .
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 36b43f2

Please sign in to comment.