Skip to content

refactor: [70] 폼 에러 메시지 디자인 수정 #51

refactor: [70] 폼 에러 메시지 디자인 수정

refactor: [70] 폼 에러 메시지 디자인 수정 #51

Workflow file for this run

name: PR Test
on:
pull_request:
branches: [dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "21"
- name: Install dependencies
run: |
cd web
npm ci
- name: Run tests
run: |
cd web
npm run test