From 988aeabfb27301cbf5afeb1b98e8f42ac8e11037 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:02:52 +0200 Subject: [PATCH] chore: remove type tests (#8550) --- .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: |