Skip to content

debug: 복잡도 분석 dispatch HTTP 응답 상태 로깅 추가 #10

debug: 복잡도 분석 dispatch HTTP 응답 상태 로깅 추가

debug: 복잡도 분석 dispatch HTTP 응답 상태 로깅 추가 #10

Workflow file for this run

name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun test handlers/
- run: bun test tests/