sand-boxer/e2e/e2e.yml

11 lines
350 B
YAML
Raw Normal View History

# Smoke contract for sand-boxer self-deploy verification (SAND-WP-0002-T10).
# Full validation via wise-validator: validate run ~/sand-boxer (SAND-WP-0003).
name: sand-boxer
compose_file: e2e/docker-compose.smoke.yml
health_checks:
- name: smoke-nginx
url: http://127.0.0.1:18080
timeout: 60
test_command: "true"
timeout: 60
cleanup: always