mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
fixed caching
This commit is contained in:
6
.github/workflows/publish-pipeline.yml
vendored
6
.github/workflows/publish-pipeline.yml
vendored
@@ -62,9 +62,11 @@ jobs:
|
|||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
- name: Load cached test results
|
- name: Load cached test results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
restore-keys: coverage-xml
|
key: coverage-xml
|
||||||
|
path: |
|
||||||
|
'${{ github.workspace }}/MewtocolTests/coverage.opencover.xml'
|
||||||
|
|
||||||
- name: 'Upload coverage xml to latest release'
|
- name: 'Upload coverage xml to latest release'
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|||||||
2
.github/workflows/test-pipeline.yml
vendored
2
.github/workflows/test-pipeline.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Cache test results
|
- name: Cache test results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
key: coverage-xml
|
key: coverage-xml
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user