Skip to content

Commit 470903b

Browse files
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
1 parent f3d3968 commit 470903b

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -209,24 +209,6 @@ jobs:
209209
- name: Check formatting
210210
run: npx dprint check
211211

212-
browser-integration:
213-
if: ${{ github.event_name != 'merge_group' }}
214-
215-
runs-on: ubuntu-latest
216-
217-
steps:
218-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
219-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
220-
with:
221-
node-version: 'lts/*'
222-
- run: npm ci
223-
224-
- name: Installing browsers
225-
run: npx playwright install --with-deps
226-
227-
- name: Validate the browser can import TypeScript
228-
run: npx hereby test-browser-integration
229-
230212
typecheck:
231213
runs-on: ubuntu-latest
232214

@@ -422,7 +404,6 @@ jobs:
422404
- lint
423405
- knip
424406
- format
425-
- browser-integration
426407
- typecheck
427408
- smoke
428409
- package-size

0 commit comments

Comments
 (0)