mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 11:45:31 +00:00
Add script to find and test all un-touched .dart files
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
python3 find_dart_files.py
|
||||
flutter pub get
|
||||
flutter analyze
|
||||
flutter test --coverage
|
||||
|
Reference in New Issue
Block a user