tried fixing pipeline
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 45s
Pull Request Pipeline / test (pull_request) Failing after 49s
Pull Request Pipeline / localizations (pull_request) Successful in 27s

This commit is contained in:
2026-05-25 13:31:07 +02:00
parent c3dbf9f5b2
commit fa7f708c44

View File

@@ -51,7 +51,14 @@ jobs:
git config --global --add safe.directory '*'
flutter pub get
- name: Install system sqlite
run: |
apt-get update
apt-get install -y libsqlite3-0
- name: Run tests
env:
SQLITE3_DYNAMIC_LIBRARY: /usr/lib/x86_64-linux-gnu/libsqlite3.so
run: flutter test
localizations: