File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments