Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Jun 27, 2024
1 parent 93562e1 commit 09acd0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
run: cd examples && dart run polkadart_cli:generate -v && cd ..

- name: Check format
run: SCOPE="${{ matrix.package }}" dart run melos format
run: SCOPE="${{ matrix.package }}" dart run melos run format

- name: Analyze
run: SCOPE="${{ matrix.package }}" dart run melos analyze
run: SCOPE="${{ matrix.package }}" dart run melos run analyze

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

- name: Run format coverage
run: SCOPE="${{ matrix.package }}" dart run melos coverage
run: SCOPE="${{ matrix.package }}" dart run melos run coverage

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 09acd0a

Please sign in to comment.