Skip to content

Commit 03fd837

Browse files
committed
ci: add enterprise-shaped scenario tests
1 parent 8ec7c3d commit 03fd837

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)