Skip to content

[#193] 서치바필터 변경된 컴포넌트 디자인 적용 #25

[#193] 서치바필터 변경된 컴포넌트 디자인 적용

[#193] 서치바필터 변경된 컴포넌트 디자인 적용 #25

Workflow file for this run

name: 'vitest test'
on: pull_request
jobs:
Component-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: run vitest
run: yarn run test