Skip to content

fix(select): Issue #60 - Use suffixIcon instead of deprecated showArrow #100

fix(select): Issue #60 - Use suffixIcon instead of deprecated showArrow

fix(select): Issue #60 - Use suffixIcon instead of deprecated showArrow #100

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Unit tests
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run tests and collect coverage
run: yarn test --coverage --forceExit --detectOpenHandles
- name: Upload coverage reports to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov