Skip to content

[Feature] 차량 편의, 드라이빙 정보 제공 컴포넌트 구현, 캐러셀 클릭 오류 수정 #95

[Feature] 차량 편의, 드라이빙 정보 제공 컴포넌트 구현, 캐러셀 클릭 오류 수정

[Feature] 차량 편의, 드라이빙 정보 제공 컴포넌트 구현, 캐러셀 클릭 오류 수정 #95

Workflow file for this run

name: jest test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.15.0'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test