Skip to content

refactor(ui5-link): change the accessibleRole property type #2891

refactor(ui5-link): change the accessibleRole property type

refactor(ui5-link): change the accessibleRole property type #2891

Workflow file for this run

name: CI - test
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
suite: ['base', 'compat', 'main:suite-1', 'main:suite-2', 'fiori']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.1
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Test Build
run: yarn ci:testbuild
- name: Test
run: yarn ci:test:${{ matrix.suite }}