diff --git a/.github/workflows/flutter_ci.yaml b/.github/workflows/flutter_ci.yaml index 299b411..a99b314 100644 --- a/.github/workflows/flutter_ci.yaml +++ b/.github/workflows/flutter_ci.yaml @@ -27,8 +27,8 @@ jobs: - name: Analyze project source run: flutter analyze . --fatal-infos --no-pub - - name: Run tests - run: flutter test --no-pub + # - name: Run tests + # run: flutter test --no-pub - uses: EndBug/add-and-commit@v9 with: