Skip to content

fix(mock-doc): overwrite parentElement in MockHTMLElement to return n… #2

fix(mock-doc): overwrite parentElement in MockHTMLElement to return n…

fix(mock-doc): overwrite parentElement in MockHTMLElement to return n… #2

Workflow file for this run

name: esbuild CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_core:
name: Build
uses: ./.github/workflows/build-esbuild.yml
analysis_tests:
name: Analysis Tests (Esbuild)
needs: [build_core]
uses: ./.github/workflows/test-analysis.yml
with:
build_name: stencil-core-esbuild
bundler_tests:
name: Bundler Tests (Esbuild)
needs: [build_core]
uses: ./.github/workflows/test-bundlers.yml
with:
build_name: stencil-core-esbuild
component_starter_tests:
name: Component Starter Smoke Test (Esbuild)
needs: [build_core]
uses: ./.github/workflows/test-component-starter.yml
with:
build_name: stencil-core-esbuild
e2e_tests:
name: E2E Tests (Esbuild)
needs: [build_core]
uses: ./.github/workflows/test-e2e.yml
with:
build_name: stencil-core-esbuild
unit_tests:
name: Unit Tests (Esbuild)
needs: [build_core]
uses: ./.github/workflows/test-unit.yml
with:
build_name: stencil-core-esbuild