diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92c8a5966f6fe..b47cab3eede19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,8 @@ jobs: # See https://github.com/puppeteer/puppeteer/issues/7710 for more info # npm run generate:docs npm run test:protocol-revision - npm run test:types + # TODO(jrandolf): Find a better way to test TypeScript source files. + # npm run test:types - name: Run commit lint run: |