Skip to content

feat: update material to angular 15 - FC-67 #28

feat: update material to angular 15 - FC-67

feat: update material to angular 15 - FC-67 #28

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