Commit 663b0e0
committed
chore(ci): align test jobs with mise tasks
Make api-unit-tests and docs-tests use the same mise-action + setup-uv pattern already established by the mypy and typescript-compile jobs in linting-and-checks.yaml, so local `mise run <task>` and CI behave identically.
- Add .mise/tasks/test.toml with a test:api:unit task (cd api && uv run pytest --unit; depends on install-dependencies:api).
- Rewrite api-unit-tests to use mise-action + setup-uv + mise run test:api:unit.
- Rewrite docs-tests to use mise-action + setup-uv + mise run docs:build (existing task); rename misleading 'Checkout GitHub Action' step.
- Drop unused CR_SECRET workflow_call input (never referenced; no caller passes it).
- Move API_IMAGE env into api-integration-tests job (only consumer); rename dead WEB_IMAGE to NGINX_IMAGE in (currently disabled) web-tests to match the image actually published by publish-image.yaml.1 parent a10e4d6 commit 663b0e0
2 files changed
Lines changed: 26 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 7 | | |
16 | 8 | | |
17 | 9 | | |
| |||
20 | 12 | | |
21 | 13 | | |
22 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 24 | | |
33 | | - | |
34 | | - | |
| 25 | + | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
| 29 | + | |
| 30 | + | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
| |||
59 | 52 | | |
60 | 53 | | |
61 | 54 | | |
| 55 | + | |
| 56 | + | |
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
| |||
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
74 | | - | |
75 | | - | |
| 69 | + | |
| 70 | + | |
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
| |||
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
86 | | - | |
87 | | - | |
| 81 | + | |
88 | 82 | | |
89 | | - | |
90 | | - | |
91 | 83 | | |
92 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
93 | 89 | | |
| 90 | + | |
| 91 | + | |
94 | 92 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 93 | + | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments