remove python rests since they didn't really test anything anyways

This commit is contained in:
maxDorninger
2025-10-29 15:59:22 +01:00
parent 82700abeb6
commit e01402d992
8 changed files with 1 additions and 1154 deletions

View File

@@ -60,30 +60,9 @@ jobs:
run: npm run lint
working-directory: ./web
run-tests:
needs: lint-backend
name: Run Python Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: '3.13'
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Setup test config
run: cp config.example.toml config.toml
- name: Run tests
run: uv run pytest tests
build-and-push:
needs: [run-tests, lint-frontend]
needs: [lint-frontend]
runs-on: ubuntu-latest
permissions:
contents: read