tried without node
This commit is contained in:
@@ -58,10 +58,10 @@ jobs:
|
|||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Install system sqlite
|
# - name: Install system sqlite
|
||||||
run: |
|
# run: |
|
||||||
apt-get update
|
# apt-get update
|
||||||
apt-get install -y libsqlite3-0
|
# apt-get install -y libsqlite3-0
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: flutter test
|
run: flutter test
|
||||||
|
|||||||
Reference in New Issue
Block a user