Skip to content

chore: upgrade to antd 5 #206

chore: upgrade to antd 5

chore: upgrade to antd 5 #206

Workflow file for this run

name: Test CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: yarn
- name: test
run: yarn test -- --coverage
- name: Generate coverage
run: bash <(curl -s https://codecov.io/bash)