Commit 31209cb
committed
fix(ci): run only Python tests in api-tests workflow
The check-all script runs lint + build + api tests sequentially.
ESLint failures in the app were blocking Python tests from running.
Run test:api directly since lint/build are already covered by the CI workflow.
Also ensure docker compose down runs even on test failure.1 parent 71012a3 commit 31209cb
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
0 commit comments