File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : enterprise-shaped-scenarios
2+
3+ on :
4+ push :
5+ paths :
6+ - ' enterprise-execution-readiness/**'
7+ - ' .github/workflows/enterprise-shaped-scenarios.yml'
8+ pull_request :
9+ paths :
10+ - ' enterprise-execution-readiness/**'
11+ - ' .github/workflows/enterprise-shaped-scenarios.yml'
12+
13+ jobs :
14+ esp-001 :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Checkout repository
18+ uses : actions/checkout@v4
19+
20+ - name : Set up Python
21+ uses : actions/setup-python@v5
22+ with :
23+ python-version : ' 3.11'
24+
25+ - name : Install pytest
26+ run : python -m pip install pytest
27+
28+ - name : Run ESP-001 downstream non-call test
29+ run : python -m pytest enterprise-execution-readiness/tests -v
30+
31+ - name : Run ESP-001 synthetic trace harness
32+ run : python enterprise-execution-readiness/run_scenario_001.py
You can’t perform that action at this time.
0 commit comments