chore: remove type tests (#8550)

This commit is contained in:
jrandolf 2022-06-23 10:02:52 +02:00 committed by GitHub
parent b007ee4f50
commit 988aeabfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ jobs:
# See https://github.com/puppeteer/puppeteer/issues/7710 for more info # See https://github.com/puppeteer/puppeteer/issues/7710 for more info
# npm run generate:docs # npm run generate:docs
npm run test:protocol-revision 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 - name: Run commit lint
run: | run: |