Skip to content

Make the API-server return HTTP status 404 on non-existing endpoints … #8719

Make the API-server return HTTP status 404 on non-existing endpoints …

Make the API-server return HTTP status 404 on non-existing endpoints … #8719

Workflow file for this run

---
name: API-server
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.29"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/api_server
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh