13 lines
382 B
YAML
13 lines
382 B
YAML
|
|
# activity-core e2e test contract
|
||
|
|
# Run via: make e2e REPO=activity-core (from ~/the-custodian)
|
||
|
|
name: activity-core
|
||
|
|
compose_file: docker-compose.dev.yml
|
||
|
|
health_checks:
|
||
|
|
- name: temporal-ui
|
||
|
|
url: http://localhost:8080
|
||
|
|
timeout: 180 # Temporal + Elasticsearch startup is slow (~2min)
|
||
|
|
test_command: >-
|
||
|
|
uv run python e2e/tests/test_full_flow.py
|
||
|
|
timeout: 300
|
||
|
|
cleanup: always
|