fixed workflow file references
Test CI Templates / test-python-pytest (false, 3.12) (push) Failing after 4s
Test CI Templates / test-python-pytest (true, 3.11) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, false, 18) (push) Failing after 6s
Test CI Templates / test-web-formatting (false, false, 20) (push) Failing after 5s
Test CI Templates / test-web-formatting (true, false, 20) (push) Failing after 4s
Test CI Templates / test-web-formatting (true, true, 18) (push) Failing after 4s
Test CI Templates / test-web-formatting (true, true, 20) (push) Failing after 3s
Test CI Templates / test-monorepo (push) Failing after 4s
Test CI Templates / validate-syntax (push) Successful in 10s
Test CI Templates / test-python-code-quality (3.10) (push) Failing after 5s
Test CI Templates / test-python-code-quality (3.11) (push) Failing after 6s
Test CI Templates / test-python-code-quality (3.12) (push) Failing after 5s
Test CI Templates / test-python-code-quality (false, false, basic) (push) Failing after 4s
Test CI Templates / test-python-code-quality (false, true, skip-pyupgrade) (push) Failing after 3s
Test CI Templates / test-python-code-quality (true, false, skip-mypy) (push) Failing after 4s
Test CI Templates / test-python-pytest (false, 3.11) (push) Failing after 4s
Test CI Templates / test-python-pytest (true, 3.12) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, true, 18) (push) Failing after 5s
Test CI Templates / test-web-formatting (false, true, 20) (push) Failing after 4s
Test CI Templates / test-web-formatting (true, false, 18) (push) Failing after 4s
Test CI Templates / test-results (push) Successful in 3s
Test CI Templates / test-edge-cases (push) Failing after 5s

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 20:35:12 +02:00
parent 243a5432d8
commit 825f2ef85a
+6 -6
View File
@@ -128,7 +128,7 @@ jobs:
EOF
- name: Test Python code quality workflow
uses: ./
uses: ./.gitea/workflows/python/code-quality.yml
with:
python-version: ${{ matrix.python-version }}
working-directory: "./test-project"
@@ -227,7 +227,7 @@ jobs:
EOF
- name: Test pytest workflow
uses: ./
uses: ./.gitea/workflows/python/pytest.yml
with:
python-version: ${{ matrix.python-version }}
working-directory: "./test-pytest-project"
@@ -321,7 +321,7 @@ jobs:
EOF
- name: Test web formatting workflow
uses: ./
uses: ./.gitea/workflows/web/formatting.yml
with:
node-version: ${{ matrix.node-version }}
working-directory: "./test-web-project"
@@ -379,13 +379,13 @@ jobs:
EOF
- name: Test backend code quality
uses: ./
uses: ./.gitea/workflows/python/code-quality.yml
with:
working-directory: "./monorepo-test/backend"
uv-extras: "dev"
- name: Test frontend formatting
uses: ./
uses: ./.gitea/workflows/web/formatting.yml
with:
working-directory: "./monorepo-test/frontend"
@@ -418,7 +418,7 @@ jobs:
EOF
- name: Test with minimal configuration
uses: ./
uses: ./.gitea/workflows/python/code-quality.yml
with:
working-directory: "./minimal-python"
skip-mypy: true