CI 추가 (GitHub Actions) + 신규 DB 초기화 버그 수정 - #31
Merged
Conversation
- .github/workflows/ci.yml: PR·main 푸시마다 컴파일 검사 → 오프라인 테스트 → 도커 빌드 - tests/test_offline.py: API 없이 도는 테스트 (정규화, 기간 분할, 검색·캐시·한도, 1위 비교, 표 변환) - 버그 수정: 빈 DB에서 companies 시드가 participants 생성 전에 실행되어 OperationalError — 테이블 생성 이후로 이동 (테스트가 발견) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 내용
py_compile문법 검사 ② 오프라인 테스트(pytest) ③ 도커 이미지 빌드 검증_seed_companies()가 participants 테이블 생성 전에 실행돼 크래시 — 테스트 작성 과정에서 발견, 생성 이후로 이동🤖 Generated with Claude Code