fixed step with wrong dir
Test CI Templates / validate-syntax (push) Successful in 10s
Test CI Templates / test-python-code-quality (3.10) (push) Successful in 5s
Test CI Templates / test-python-code-quality (false, true, skip-pyupgrade) (push) Successful in 4s
Test CI Templates / test-python-code-quality (true, false, skip-mypy) (push) Successful in 5s
Test CI Templates / test-python-pytest (false, 3.11) (push) Successful in 6s
Test CI Templates / test-python-pytest (false, 3.12) (push) Successful in 5s
Test CI Templates / test-python-code-quality (3.11) (push) Successful in 4s
Test CI Templates / test-python-code-quality (3.12) (push) Successful in 4s
Test CI Templates / test-python-code-quality (false, false, basic) (push) Successful in 4s
Test CI Templates / test-python-pytest (true, 3.11) (push) Successful in 5s
Test CI Templates / test-python-pytest (true, 3.12) (push) Successful in 4s
Test CI Templates / test-web-formatting (false, false, 18) (push) Successful in 4s
Test CI Templates / test-web-formatting (false, false, 20) (push) Successful in 4s
Test CI Templates / test-web-formatting (false, true, 18) (push) Successful in 4s
Test CI Templates / test-web-formatting (false, true, 20) (push) Successful in 4s
Test CI Templates / test-web-formatting (true, false, 18) (push) Successful in 5s
Test CI Templates / test-web-formatting (true, false, 20) (push) Successful in 5s
Test CI Templates / test-web-formatting (true, true, 18) (push) Successful in 5s
Test CI Templates / test-web-formatting (true, true, 20) (push) Successful in 5s
Test CI Templates / test-monorepo (push) Successful in 6s
Test CI Templates / test-edge-cases (push) Successful in 5s
Test CI Templates / test-results (push) Successful in 2s

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 20:42:17 +02:00
parent f60e111d17
commit 54eae68034
+2 -1
View File
@@ -158,7 +158,8 @@ jobs:
- name: Create test Python project with tests - name: Create test Python project with tests
run: | 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 cd test-pytest-project
# Create pyproject.toml # Create pyproject.toml