Skip to content

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

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

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

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