From f30c06b5221b838eb193defe1cfa161dd705328a Mon Sep 17 00:00:00 2001 From: luxferre Date: Mon, 15 Jun 2026 09:48:22 +0100 Subject: [PATCH] ci: typo in yaml --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 05508e0..7af6516 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -20,6 +20,6 @@ jobs: - run: uv sync - run: uv run ruff check - run: uv run ruff format - - run: uv run pytest test + - run: uv run pytest tests env: ENVIRONMENT: testing