Skip to content

test(dropdownsConfig): Add tests on filterOption #107

test(dropdownsConfig): Add tests on filterOption

test(dropdownsConfig): Add tests on filterOption #107

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build package
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run build
run: yarn build