Comment out static analysis step in Flutter test workflow to streamline CI process

This commit is contained in:
Dr.Blank 2025-04-04 23:17:20 +05:30
parent 2844672377
commit f511a4c611
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -48,8 +48,8 @@ jobs:
echo "\nSubmodule details:" echo "\nSubmodule details:"
git submodule foreach 'echo $path: && pwd && ls -la' git submodule foreach 'echo $path: && pwd && ls -la'
- name: Run static analysis # - name: Run static analysis
run: flutter analyze # run: flutter analyze
- name: Run tests - name: Run tests
run: flutter test run: flutter test