diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75f2c48c37de4..5273aca00e1c8 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: |