Skip to content

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

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

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

---
name: Application tests quality
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 and check quality
run: |
cd tests/application_tests
uv venv
ci/pip-install.sh
ci/quality.sh