From 470903be1fa6582e88505b3cfcb82914d57a357d Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 2 Jun 2026 10:44:20 -0700 Subject: [PATCH] Delete browser-integration job from ci.yml Removed the browser-integration job from CI workflow This is failing for some external reason and we're not going to mess with this ever again anyway --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca285bdb25f0e..912275e9954b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,24 +209,6 @@ jobs: - name: Check formatting run: npx dprint check - browser-integration: - if: ${{ github.event_name != 'merge_group' }} - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - with: - node-version: 'lts/*' - - run: npm ci - - - name: Installing browsers - run: npx playwright install --with-deps - - - name: Validate the browser can import TypeScript - run: npx hereby test-browser-integration - typecheck: runs-on: ubuntu-latest @@ -422,7 +404,6 @@ jobs: - lint - knip - format - - browser-integration - typecheck - smoke - package-size