Skip to content

fix(build): address @ionic/angular bundle size issue (#5705) #12224

fix(build): address @ionic/angular bundle size issue (#5705)

fix(build): address @ionic/angular bundle size issue (#5705) #12224

Workflow file for this run

name: CI
on:
merge_group:
push:
branches:
- 'main'
- 'stencil/v4-dev'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_core:
name: Build
uses: ./.github/workflows/build.yml
lint_and_format:
name: Lint and Format
uses: ./.github/workflows/lint-and-format.yml
analysis_tests:
name: Analysis Tests
needs: [build_core]
uses: ./.github/workflows/test-analysis.yml
with:
build_name: stencil-core
docs_build_tests:
name: Docs Build Tests
needs: [build_core]
uses: ./.github/workflows/test-docs-build.yml
with:
build_name: stencil-core
bundler_tests:
name: Bundler Tests
needs: [build_core]
uses: ./.github/workflows/test-bundlers.yml
with:
build_name: stencil-core
component_starter_tests:
name: Component Starter Smoke Test
needs: [build_core]
uses: ./.github/workflows/test-component-starter.yml
with:
build_name: stencil-core
e2e_tests:
name: E2E Tests
needs: [build_core]
uses: ./.github/workflows/test-e2e.yml
with:
build_name: stencil-core
unit_tests:
name: Unit Tests
needs: [build_core]
uses: ./.github/workflows/test-unit.yml
with:
build_name: stencil-core