Skip to content

Commit f82aab2

Browse files
committed
fix: fixed ci
1 parent 2eed08e commit f82aab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: melos exec -- "dart pub get"
4646

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

0 commit comments

Comments
 (0)