Skip to content

Commit

Permalink
chore: remove type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 23, 2022
1 parent b007ee4 commit f424c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit f424c49

Please sign in to comment.