Skip to content

chore: 메인 페이지 미구현 API 영역을 노출하지 않도록 변경 #369

chore: 메인 페이지 미구현 API 영역을 노출하지 않도록 변경

chore: 메인 페이지 미구현 API 영역을 노출하지 않도록 변경 #369

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