tried fixing pipeline
This commit is contained in:
@@ -51,7 +51,14 @@ jobs:
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
|
- name: Install system sqlite
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y libsqlite3-0
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
SQLITE3_DYNAMIC_LIBRARY: /usr/lib/x86_64-linux-gnu/libsqlite3.so
|
||||||
run: flutter test
|
run: flutter test
|
||||||
|
|
||||||
localizations:
|
localizations:
|
||||||
|
|||||||
Reference in New Issue
Block a user