Update ci.yml
Some checks failed
CI / Lint & Format (push) Has been cancelled
CI / Tests (Pytest + Alembic + Postgres) (push) Has been cancelled
CI / Docker Build (push) Has been cancelled

This commit is contained in:
2025-09-22 20:26:24 +01:00
parent 262de452e4
commit e713f4cc6c

View File

@@ -94,7 +94,7 @@ jobs:
env:
KEYWARDEN_POSTGRES_DSN: ${{ env.TEST_POSTGRES_DSN }}
run: |
pytest -q
pytest -q tests
docker-build:
name: Docker Build
runs-on: ubuntu-latest