mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-17 21:46:56 +08:00
Added job into example pipeline.
This commit is contained in:
@@ -49,6 +49,11 @@ jobs:
|
|||||||
requirements: '-r tests/requirements.txt'
|
requirements: '-r tests/requirements.txt'
|
||||||
report: 'htmlmypy'
|
report: 'htmlmypy'
|
||||||
|
|
||||||
|
PublishTestResults:
|
||||||
|
uses: pyTooling/Actions/.github/workflows/PublishTestResults.yml@main
|
||||||
|
needs:
|
||||||
|
- UnitTesting
|
||||||
|
|
||||||
Package:
|
Package:
|
||||||
uses: pyTooling/Actions/.github/workflows/Package.yml@main
|
uses: pyTooling/Actions/.github/workflows/Package.yml@main
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user