0be8972429
PDF generation tests require a running HTTP server for chromedp to connect to. This is not available in CI environment, causing tests to fail with ERR_CONNECTION_REFUSED. Changes: - Added skip condition to TestDefaultCVShortcut when running in short mode - Updated CI workflow to use -short flag for tests and benchmarks - Removed Chrome installation from CI (not needed for unit tests) - Integration tests can still run locally without -short flag
GitHub Actions Workflows
deploy.yml - Automated Deployment
Trigger: Push to main branch or manual dispatch
What it does:
- SSH into your server
git pull origin mainsudo systemctl restart cv-server- Verify deployment via health check
Required GitHub Secrets:
SSH_PRIVATE_KEY- SSH private key for server accessSSH_HOST- Server IP or domainSSH_USER- SSH username
Optional GitHub Secrets:
SSH_PORT(default:22)SERVICE_NAME(default:cv-server)REPO_PATH(default:/opt/cv-server)
Manual deployment: Go to Actions → Deploy CV Server → Run workflow
Setup guide: See GITHUB-ACTION-SETUP.md