From e713f4cc6c7ecffa95021903f699a98a841b03b3 Mon Sep 17 00:00:00 2001 From: boris Date: Mon, 22 Sep 2025 20:26:24 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b577da9..fce7445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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