Skip to content

Commit f8d59f1

Browse files
committed
Run the blueprint tests in parallel in CI
1 parent bdf2e75 commit f8d59f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,14 @@ jobs:
174174
name: Blueprint Tests
175175
runs-on: ubuntu-latest
176176
needs: [lint]
177+
strategy:
178+
matrix:
179+
script-name: ['js', 'transpiled-js', 'ts']
177180
steps:
178181
- uses: actions/checkout@v4
179182
- uses: ./.github/actions/setup
180183
- name: test
181-
run: pnpm test:blueprints
184+
run: pnpm test:blueprints:${{matrix.script-name}}
182185

183186
browser-test:
184187
name: Browser Tests (Firefox)

0 commit comments

Comments
 (0)