Skip to content

로그인 페이지 높이 수정 및 mock api를 이용한 리뷰 삭제 구현 #381

로그인 페이지 높이 수정 및 mock api를 이용한 리뷰 삭제 구현

로그인 페이지 높이 수정 및 mock api를 이용한 리뷰 삭제 구현 #381

Workflow file for this run

name: client CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- name: run tests
run: npm run test