Skip to content

Commit

Permalink
Generate database implementation on every CI run (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Mar 7, 2020
1 parent ddcd52e commit b29a819
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 465 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,17 @@ jobs:
run: flutter packages get
working-directory: floor

- name: Install SQLite
run: sudo apt-get -y install sqlite3 libsqlite3-dev
- name: Run generator
run: flutter packages pub run build_runner build
working-directory: floor

- name: Analyze
run: flutter analyze
working-directory: floor

- name: Install SQLite
run: sudo apt-get -y install sqlite3 libsqlite3-dev

- name: Run tests
run: flutter test --coverage --coverage-path coverage/lcov.info
working-directory: floor
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Miscellaneous
floor/test/integration/**/*.g.dart
*.class
*.lock
*.log
Expand Down
131 changes: 0 additions & 131 deletions floor/test/integration/blob_test/blob_test.g.dart

This file was deleted.

Loading

0 comments on commit b29a819

Please sign in to comment.