Skip to content

fix: Fix flaky integration test for table with inline editing (#113) #284

fix: Fix flaky integration test for table with inline editing (#113)

fix: Fix flaky integration test for table with inline editing (#113) #284

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm it