tried without node
This commit is contained in:
@@ -58,10 +58,10 @@ 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: Install system sqlite
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y libsqlite3-0
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
||||
Reference in New Issue
Block a user