mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update test-pipeline.yml
This commit is contained in:
7
.github/workflows/test-pipeline.yml
vendored
7
.github/workflows/test-pipeline.yml
vendored
@@ -47,9 +47,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd './MewtocolTests'
|
cd './MewtocolTests'
|
||||||
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml
|
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml
|
||||||
ls -l
|
|
||||||
cd ../
|
cd ../
|
||||||
ls -l
|
|
||||||
|
|
||||||
- name: Report Generator
|
- name: Report Generator
|
||||||
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
||||||
@@ -71,10 +69,11 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: badge-combined
|
name: test-results
|
||||||
path: ./MewtocolTests/TestResults/badge_combined.svg
|
path: ./MewtocolTests/TestResults/
|
||||||
|
|
||||||
- name: Cache test results
|
- name: Cache test results
|
||||||
|
if: ${{ github.event_name == 'workflow_call' }}
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
key: ${{ inputs.cache-id }}
|
key: ${{ inputs.cache-id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user