ci: reports-Job parallel statt needs (Matrix continue-on-err propagiert nicht)
Validate / build-test (macos-latest) (push) Failing after 1s
Validate / build-test (windows-latest) (push) Failing after 14s
Validate / build-test (ubuntu-latest) (push) Successful in 16s
Validate / reports (push) Successful in 50s

This commit is contained in:
Stefan Lohmaier
2026-05-12 02:35:28 -07:00
parent df6e605710
commit f2fb430505
+2 -2
View File
@@ -51,10 +51,10 @@ jobs:
shell: bash
run: make test
# Coverage, Traceability, Diagrams, API-Doc, Test-Report — alle auf Linux
# Coverage, Traceability, Diagrams, API-Doc, Test-Report — alle auf Linux,
# parallel zu build-test (Matrix continue-on-error wird leider nicht in needs durchgereicht)
reports:
runs-on: ubuntu-latest
needs: build-test
steps:
- name: Checkout
uses: actions/checkout@v4