Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -422,7 +404,6 @@ jobs:
- lint
- knip
- format
- browser-integration
- typecheck
- smoke
- package-size
Expand Down
Loading