From ed25798dbab53dc20b0baa2f4b4b965814de94fe Mon Sep 17 00:00:00 2001 From: sienakim Date: Wed, 2 Sep 2026 16:27:50 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=EC=A7=81=EC=A0=91=20=EC=9E=AC=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a25713..94fc172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,19 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 with: python-version: "3.12" - - name: 의존성 설치 run: pip install requests openpyxl pytest - - - name: 문법 검사 (컴파일) + - name: 문법 검사 run: python -m py_compile main.py web.py collector.py bid_history/*.py - - name: 오프라인 테스트 run: pytest tests/ -v - - name: 도커 이미지 빌드 검증 - run: docker build -t bid-history-agent:ci . + run: docker build -t bid-history-agent:ci . \ No newline at end of file