mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-13 19:46:56 +08:00
Use new extract job.
This commit is contained in:
3
.github/workflows/CoverageCollection.yml
vendored
3
.github/workflows/CoverageCollection.yml
vendored
@@ -71,6 +71,9 @@ jobs:
|
||||
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
|
||||
|
||||
steps:
|
||||
- name: '❗ Deprecation message'
|
||||
run: echo "::warning title=Deprecated::'CoverageCollection.yml' is not maintained anymore. Please switch to 'UnitTesting.yml', 'PublishCoverageResults.yml' and 'PublishTestResults.yml'. "
|
||||
|
||||
- name: ⏬ Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user