Skip to content

πŸ› fix: nginx proxy_read_timeout 1μ‹œκ°„μœΌλ‘œ μ„€μ • #191

πŸ› fix: nginx proxy_read_timeout 1μ‹œκ°„μœΌλ‘œ μ„€μ •

πŸ› fix: nginx proxy_read_timeout 1μ‹œκ°„μœΌλ‘œ μ„€μ • #191

Workflow file for this run

name: BE Test
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
# 1. ν˜„μž¬ PR 브랜치둜 체크아웃 ν•˜κΈ°
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
# 2. Node.js ν™˜κ²½ μ„€μ •
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
# 3. μ˜μ‘΄μ„± μ„€μΉ˜
- name: Install dependencies
working-directory: ./server
run: npm install
# 4. 톡합 ν…ŒμŠ€νŠΈ μ‹€ν–‰
- name: Run Integration Test
working-directory: ./server
run: npm run test
# TODO: ν…ŒμŠ€νŠΈ 컀버리지, ν˜Ήμ€ ν…ŒμŠ€νŠΈ 둜그 컀멘트 μž‘μ„± 둜직 μΆ”κ°€ν•˜κΈ°