Skip to content

Bugfix. Resolve TStepBox and TTabBox onChange not working in Storybook #287

Bugfix. Resolve TStepBox and TTabBox onChange not working in Storybook

Bugfix. Resolve TStepBox and TTabBox onChange not working in Storybook #287

Workflow file for this run

name: Unit Test
on:
pull_request:
branches:
- develop
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install Dependencies
run: npm install
- name: Execute all unit tests
run: npx jest