Skip to content

Commit b5dc1c4

Browse files
committed
Merge branch 'main' into stable
2 parents 15bde68 + 8f55848 commit b5dc1c4

366 files changed

Lines changed: 21530 additions & 2275 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-behavior.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- 'tests/behavior/**'
1717
- 'shared/**'
1818
- '!**/*.md'
19+
merge_group:
1920
workflow_dispatch:
2021

2122
concurrency:

.github/workflows/ci-demos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'packages/layout-engine/**'
1111
- 'shared/**'
1212
- 'package.json'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
jobs:

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'packages/document-api/scripts/**'
1111
- 'scripts/generate-all.mjs'
1212
- 'package.json'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
jobs:

.github/workflows/ci-document-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'apps/docs/document-api/**'
1111
- 'package.json'
1212
- '.github/workflows/ci-document-api.yml'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
concurrency:

.github/workflows/ci-esign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'packages/esign/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-examples.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'packages/sdk/**'
1212
- 'packages/layout-engine/**'
1313
- 'shared/**'
14+
merge_group:
1415
workflow_dispatch:
1516

1617
jobs:
@@ -134,6 +135,26 @@ jobs:
134135
working-directory: examples/__tests__
135136
run: EXAMPLE=features/${{ matrix.example }} npx playwright test
136137

138+
advanced-headless-toolbar:
139+
needs: build
140+
runs-on: ubuntu-latest
141+
strategy:
142+
fail-fast: false
143+
matrix:
144+
example: [react-shadcn, react-mui, vue-vuetify, svelte-shadcn, vanilla]
145+
steps:
146+
- name: Restore workspace
147+
uses: actions/cache/restore@v4
148+
with:
149+
path: |
150+
.
151+
~/.cache/ms-playwright
152+
key: examples-workspace-${{ github.sha }}
153+
154+
- name: Run smoke test
155+
working-directory: examples/__tests__
156+
run: EXAMPLE=advanced/headless-toolbar/${{ matrix.example }} npx playwright test
157+
137158
headless:
138159
needs: build
139160
runs-on: ubuntu-latest
@@ -152,7 +173,7 @@ jobs:
152173

153174
validate:
154175
if: always()
155-
needs: [getting-started, collaboration, features, headless]
176+
needs: [getting-started, collaboration, features, advanced-headless-toolbar, headless]
156177
runs-on: ubuntu-latest
157178
steps:
158179
- name: Check results

.github/workflows/ci-mcp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'apps/mcp/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-react.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'packages/react/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'scripts/generate-all.mjs'
1414
- 'package.json'
1515
- '.github/workflows/ci-sdk.yml'
16+
merge_group:
1617
workflow_dispatch:
1718

1819
concurrency:

0 commit comments

Comments
 (0)