Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable analyze orm_test #137

Merged
merged 1 commit into from
Jul 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ jobs:
working-directory: packages/orm/angel_orm_test
run: dart run build_runner build --delete-conflicting-outputs

- name: angel3_orm_test; Verify formatting
working-directory: packages/orm/angel_orm_test
run: dart format --output=none --set-exit-if-changed .
#- name: angel3_orm_test; Verify formatting
# working-directory: packages/orm/angel_orm_test
# run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: angel3_orm_test; Analyze source code
working-directory: packages/orm/angel_orm_test
run: dart analyze
#- name: angel3_orm_test; Analyze source code
# working-directory: packages/orm/angel_orm_test
# run: dart analyze

# Angel3 ORM PostgreSQL
- id: angel3_orm_postgres_upgrade
Expand Down
Loading