Skip to content

Commit

Permalink
return to top dir
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Jun 27, 2024
1 parent 504f648 commit 93562e1
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 @@ -52,7 +52,7 @@ jobs:

- name: Generate Files for polkadart_example
if: ${{ matrix.package == 'polkadart_example' }}
run: cd examples && dart run polkadart_cli:generate -v
run: cd examples && dart run polkadart_cli:generate -v && cd ..

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

0 comments on commit 93562e1

Please sign in to comment.