Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed Jan 21, 2023
1 parent 3b3d9ad commit f3518fb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 705 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dart format . --set-exit-if-changed --line-length=100

- name: Run Code Gen
run: dart run build_runner build
run: dart run build_runner build --delete-conflicting-outputs

- name: Lint
run: dart analyze . --fatal-infos
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ pubspec.lock
coverage/
doc/api/

test/**.schema.dart

232 changes: 0 additions & 232 deletions test/integration/model.schema.dart

This file was deleted.

Loading

0 comments on commit f3518fb

Please sign in to comment.