Skip to content

Merge branch 'main' of https://github.com/dsi-hug/ngx-components into… #42

Merge branch 'main' of https://github.com/dsi-hug/ngx-components into…

Merge branch 'main' of https://github.com/dsi-hug/ngx-components into… #42

name: Test message-box
on:
workflow_dispatch:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_message-box.yml'
- 'projects/message-box/**'
concurrency:
group: ci-test-message-box-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_message-box:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
working-directory: projects/message-box
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
lint: true
test: true
ci_test_status:
needs: ci_test_message-box
uses: ./.github/workflows/ci_test_status.yml