mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add script to find and test all un-touched .dart files
This commit is contained in:
parent
b18dd92079
commit
6b0fd2a708
3 changed files with 39 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue