Skip to content

Merge branch 'main' of https://github.com/DSI-HUG/ngx-components #49

Merge branch 'main' of https://github.com/DSI-HUG/ngx-components

Merge branch 'main' of https://github.com/DSI-HUG/ngx-components #49

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