Fixed broken pipeline dependency.

This commit is contained in:
Patrick Lehmann
2024-12-19 00:31:17 +01:00
parent d6ec94fea7
commit bc94fba95e

View File

@@ -110,6 +110,7 @@ jobs:
PublishTestResults: PublishTestResults:
uses: pyTooling/Actions/.github/workflows/PublishTestResults.yml@dev uses: pyTooling/Actions/.github/workflows/PublishTestResults.yml@dev
needs: needs:
- UnitTestingParams
- UnitTesting - UnitTesting
- PlatformTesting - PlatformTesting
with: with: