Skip to content

chore: fix MultiInput test #7651

chore: fix MultiInput test

chore: fix MultiInput test #7651

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', 'ai', 'main:suite-1', 'main:cy:suite-1', 'main:suite-2', 'main:cy:suite-2', 'fiori']
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 22
cache: 'yarn'
- name: Install
run: yarn --frozen-lockfile
- name: Build
run: yarn ci:testbuild
- name: Test
run: yarn ci:test:${{ matrix.suite }}