Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Jun 27, 2024
1 parent 4a8a29b commit 409c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: melos exec --scope="${{ matrix.package }}" -- dart run analyze

- name: Run tests
run: Smelos exec --scope="${{ matrix.package }}" -- dart run test
run: melos exec --scope="${{ matrix.package }}" -- dart run test

- name: Run format coverage
run: melos exec --scope="${{ matrix.package }}" -- dart run coverage
Expand Down

0 comments on commit 409c159

Please sign in to comment.