-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (24 loc) · 724 Bytes
/
Copy pathci.yml
File metadata and controls
26 lines (24 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install the UiPath SDK (for the integration tests)
run: pip install "uipath>=2.11.0,<2.12.0"
- name: Engine, eval, ledger, uipath, stress tests
run: |
python tests/test_engine.py
python tests/test_evals.py
python tests/test_ledger.py
python tests/test_uipath.py
python tests/test_stress.py
- name: Gate regression suite (30 labelled scenarios must all match)
run: python -m costguard.evals