Skip to content

feat: 신고하기 UI 제거 및 리뷰 좋아요 버튼 버그 수정 #415

feat: 신고하기 UI 제거 및 리뷰 좋아요 버튼 버그 수정

feat: 신고하기 UI 제거 및 리뷰 좋아요 버튼 버그 수정 #415

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