Skip to content

변경된 디자인 캡쳐본으로 리드미에 첨부한 이미지 변경 #75

변경된 디자인 캡쳐본으로 리드미에 첨부한 이미지 변경

변경된 디자인 캡쳐본으로 리드미에 첨부한 이미지 변경 #75

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