Skip to content

Commit

Permalink
Start running firehose --validate
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2023
1 parent 682e054 commit 12c0eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ jobs:
run: |
dart pub upgrade
dart test
- name: Validate for publishing
run: dart pub global run firehose --validate

migration_integration_tests:
name: "Integration tests for migration tooling"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if: steps.cache_build.outputs.cache-hit != 'true'
run: |
dart pub global activate melos
dart pub global activate firehose
dart pub get
melos bootstrap --scope drift
dart run drift/tool/download_sqlite3.dart
Expand Down

0 comments on commit 12c0eae

Please sign in to comment.