Skip to content

Bugfix (kup-data-table): fixed column menu rerender when a scrollbar appeared on the document. #204

Bugfix (kup-data-table): fixed column menu rerender when a scrollbar appeared on the document.

Bugfix (kup-data-table): fixed column menu rerender when a scrollbar appeared on the document. #204

Workflow file for this run

name: Ketchup test
on:
workflow_dispatch:
pull_request:
branches:
- develop
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
run: npm install yarn -g
- name: Install dependencies
run: yarn install
- name: Run build
run: npm run k:build
- name: Execute tests
run: npm run k:test:unit