Skip to content

refactor: replace widget class by antd Card component #143

refactor: replace widget class by antd Card component

refactor: replace widget class by antd Card component #143

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
test-unit:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: run the tests
run: yarn test:unit