From 54eae68034a5f6dc7053848dfbe6b66114fc3b5c Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Fri, 19 Sep 2025 20:42:17 +0200 Subject: [PATCH] fixed step with wrong dir --- .gitea/workflows/test-templates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-templates.yml b/.gitea/workflows/test-templates.yml index abc6811..5b55fea 100644 --- a/.gitea/workflows/test-templates.yml +++ b/.gitea/workflows/test-templates.yml @@ -158,7 +158,8 @@ jobs: - name: Create test Python project with tests run: | - mkdir -p test-pytest-project/src/test_package tests + mkdir -p test-pytest-project/src/test_package + mkdir -p test-pytest-project/tests cd test-pytest-project # Create pyproject.toml