Skip to content

Commit

Permalink
💚 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 7, 2023
1 parent 74fa978 commit 028f187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: dart ./scripts/melos_packages.dart
- name: Bootstrap
run: |
MELOS_PACKAGES=$(cat .melos_packages)
ls
export MELOS_PACKAGES=$(cat .melos_packages)
echo $MELOS_PACKAGES
melos bootstrap
- name: Format
run: melos exec $(eval cat .melos_ignore_packages) -- "dart format --set-exit-if-changed ."
Expand Down

0 comments on commit 028f187

Please sign in to comment.