From f424c4961ec2edf4b092037a1b01ab8c328ff7e8 Mon Sep 17 00:00:00 2001 From: Randolf J Date: Thu, 23 Jun 2022 08:45:36 +0200 Subject: [PATCH] chore: remove type tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |