Skip to content

perf(dts): switch plugin-dts to multi-entry build #2937

perf(dts): switch plugin-dts to multi-entry build

perf(dts): switch plugin-dts to multi-entry build #2937

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ut:
strategy:
matrix:
runner: [ubuntu-latest, windows-latest]
node-version: [24]
uses: ./.github/workflows/reusable-test.yml
with:
runner: ${{ matrix.runner }}
node-version: ${{ matrix.node-version }}
task: ut
integration:
strategy:
matrix:
runner: [ubuntu-latest, windows-latest]
node-version: [24]
uses: ./.github/workflows/reusable-test.yml
with:
runner: ${{ matrix.runner }}
node-version: ${{ matrix.node-version }}
task: integration
e2e:
strategy:
matrix:
runner: [ubuntu-latest, windows-latest]
node-version: [24]
uses: ./.github/workflows/reusable-test.yml
with:
runner: ${{ matrix.runner }}
node-version: ${{ matrix.node-version }}
task: e2e