Skip to content

fix: 프로덕션 환경에서 prevateRoute 새로고침 오류 테스트 4 #336

fix: 프로덕션 환경에서 prevateRoute 새로고침 오류 테스트 4

fix: 프로덕션 환경에서 prevateRoute 새로고침 오류 테스트 4 #336

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