mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed broken pipeline dependency.
This commit is contained in:
1
.github/workflows/_Checking_JobTemplates.yml
vendored
1
.github/workflows/_Checking_JobTemplates.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user