Skip to content

Commit

Permalink
fix: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent abc67d1 commit 336b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: melos exec -- "dart pub get"

- name: Build runner
run: melos exec --scope=openapi-generator -- dart run build_runner build --delete-conflicting-outputs
run: melos exec --depends-on="build_runner" -- bash -c "cd \$MELOS_PACKAGE_PATH && dart run build_runner build --delete-conflicting-outputs"
- name: Validate formatting
run: melos format --set-exit-if-changed
- name: Run analyzer
Expand Down

0 comments on commit 336b938

Please sign in to comment.