feat: complete frontend ui integrity followups
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Frontend Developer
2026-07-05 14:09:49 +08:00
parent c7f1dd4d4c
commit 45e671966a
213 changed files with 13517 additions and 1344 deletions

View File

@@ -70,6 +70,16 @@ jobs:
run: |
python -m pytest -q tests/test_pdf_runtime_smoke.py
- name: Validate Poster CLI Docker contract
if: matrix.python-version == '3.12'
run: |
python -m pytest -q tests/test_poster_cli_docker_contract.py
- name: Build Poster CLI Docker image
if: matrix.python-version == '3.12'
run: |
docker build -f Dockerfile.poster -t gaokao-poster-cli:test .
- name: Upload coverage artifact
if: always() && matrix.python-version == '3.11' && hashFiles('coverage.xml') != ''
uses: actions/upload-artifact@v4