diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 32422dd..2723ee8 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -29,8 +29,8 @@ jobs: run: dart test --platform vm - name: Run tests (Chrome) run: dart test --platform chrome - - name: dartdoc - run: dartdoc --no-generate-docs +# - name: dartdoc +# run: dartdoc --no-generate-docs - name: Generate coverage report run: | dart pub global activate coverage