fix(ui5-notification-list): fix item-click event firing when click menu item #6110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - test | |
on: | |
pull_request: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
suite: ['base', 'compat', 'ai', 'main:suite-1', 'main:suite-2', 'fiori'] | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/[email protected] | |
with: | |
node-version: 20 | |
cache: 'yarn' | |
- name: Install Dependencies | |
run: yarn --frozen-lockfile | |
- name: Test Build | |
run: yarn ci:testbuild | |
- name: Test | |
run: yarn ci:test:${{ matrix.suite }} |