Skip to content

feat(message-box-dialog): first commit #105

feat(message-box-dialog): first commit

feat(message-box-dialog): first commit #105

Workflow file for this run

name: Test core

Check failure on line 1 in .github/workflows/ci_test_core.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_test_core.yml

Invalid workflow file

too many workflows are referenced, total: 22, limit: 20
on:
workflow_dispatch:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_core.yml'
- 'projects/core/**'
concurrency:
group: ci-test-core-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_core:
if: "${{ !contains(github.event.head_commit.message, 'chore(release): publish') }}"
uses: dsi-hug/action/.github/workflows/action.yml@v1
with:
working-directory: projects/core
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
#
# Not needed here because it will be triggered by `ci_test_sidenav`
#
# ci_test_layout:
# needs: ci_test_core
# uses: ./.github/workflows/ci_test_layout.yml
ci_test_message-box-dialog:
needs: ci_test_core
uses: ./.github/workflows/ci_test_message-box-dialog.yml
ci_test_numeric-stepper:
needs: ci_test_core
uses: ./.github/workflows/ci_test_numeric-stepper.yml
ci_test_overlay:
needs: ci_test_core
uses: ./.github/workflows/ci_test_overlay.yml
ci_test_search-container:
needs: ci_test_core
uses: ./.github/workflows/ci_test_search-container.yml
ci_test_sidenav:
needs: ci_test_core
uses: ./.github/workflows/ci_test_sidenav.yml
ci_test_snackbar:
needs: ci_test_core
uses: ./.github/workflows/ci_test_snackbar.yml
ci_test_splitter:
needs: ci_test_core
uses: ./.github/workflows/ci_test_splitter.yml
#
# Not needed here because it will be triggered by `ci_test_snackbar`
#
# ci_test_status:
# needs: ci_test_core
# uses: ./.github/workflows/ci_test_status.yml
#
# Not needed here because it will be triggered by `ci_test_numeric-stepper`
#
# ci_test_time-picker:
# needs: ci_test_core
# uses: ./.github/workflows/ci_test_time-picker.yml
ci_test_tooltip:
needs: ci_test_core
uses: ./.github/workflows/ci_test_tooltip.yml
#
# Not needed here because it will be triggered by `ci_test_tooltip`
#
# ci_test_user-tooltip:
# needs: ci_test_core
# uses: ./.github/workflows/ci_test_user-tooltip.yml