mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-25 04:19:30 +00:00
Comment out static analysis step in Flutter test workflow to streamline CI process
This commit is contained in:
parent
2844672377
commit
f511a4c611
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flutter_test.yaml
vendored
4
.github/workflows/flutter_test.yaml
vendored
|
|
@ -48,8 +48,8 @@ jobs:
|
|||
echo "\nSubmodule details:"
|
||||
git submodule foreach 'echo $path: && pwd && ls -la'
|
||||
|
||||
- name: Run static analysis
|
||||
run: flutter analyze
|
||||
# - name: Run static analysis
|
||||
# run: flutter analyze
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue