Skip to content

Commit

Permalink
Fix migration tooling test
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 10, 2024
1 parent 1d742e0 commit 04a046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
- name: Test with older sqlite3
working-directory: examples/migrations_example
run: |
LD_LIBRARY_PATH=$(realpath drift/.dart_tool/sqlite3/minimum) dart test
LD_LIBRARY_PATH=$(realpath ../../drift/.dart_tool/sqlite3/minimum) dart test
- name: Check that extracting schema still works
working-directory: examples/migrations_example
run: dart run drift_dev schema dump lib/database.dart drift_migrations/
Expand Down

0 comments on commit 04a046d

Please sign in to comment.