diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 57d3801..bf7185d 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -41,5 +41,5 @@ jobs: # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will # want to change this to 'flutter test'. - - name: Run tests - run: dart test +# - name: Run tests +# run: dart test