Skip to content

Commit

Permalink
ci(dart): merge jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Aug 15, 2021
1 parent 280b38b commit 12fc7fa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dart.yml
Expand Up @@ -21,11 +21,8 @@ jobs:
run: dart analyze --fatal-infos
- name: Run tests
run: pub run test

coverage:
runs-on: ubuntu-latest
steps:
- run: pub run test_coverage
- name: Run test coverage
run: pub run test_coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 12fc7fa

Please sign in to comment.