Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh2014 committed Nov 1, 2022
1 parent 355ecd3 commit a9870de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dart pub run build_runner build --delete-conflicting-outputs
# Run test
- name: Run tests
run: pub run test
run: dart pub run test
# # Get coverage
# - name: Test Coverage
# run: pub run test_cov
Expand Down

0 comments on commit a9870de

Please sign in to comment.