Skip to content

fix(ui5-toolbar-select): options added to bundle #681

fix(ui5-toolbar-select): options added to bundle

fix(ui5-toolbar-select): options added to bundle #681

Workflow file for this run

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