Fix flutter test (#426)

* Fix flutter test

* Remove assets from gitignore
This commit is contained in:
Prateek SU
2021-10-15 19:47:40 +05:30
committed by GitHub
parent cbc058012e
commit a12d15cde1
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -350,6 +350,7 @@ jobs:
- name: Test
run: flutter test
working-directory: packages/lucide-flutter
- name: Update yaml
run: sed -E 's/(version:)[^\n]*/\1 ${{ needs.pre-build.outputs.VERSION }}/;' pubspec.yaml > pubspec && mv pubspec pubspec.yaml
-1
View File
@@ -29,7 +29,6 @@
.pub-cache/
.pub/
build/
assets
pubspec.lock
# Android related