Skip to content

Commit

Permalink
Update utils.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sukki37 authored Aug 26, 2024
1 parent 364372b commit 895640e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
echo "bvt_html_coverage finished"
- name: Download UT BVT Coverage and diff.patch Files
continue-on-error: true
run: |
cd $GITHUB_WORKSPACE
mkdir -p coverage_downloads
Expand All @@ -192,6 +193,7 @@ jobs:
- name: Upload Compressed Files
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: coverage-files
path: ${{ github.workspace }}/coverage_downloads/coverage_files.zip
Expand All @@ -217,6 +219,7 @@ jobs:
- name: Compress final result files
if: ${{ always() && !cancelled() }}
continue-on-error: true
run: |
cd $GITHUB_WORKSPACE/matrixone
cp $GITHUB_WORKSPACE/pr_coverage.out $GITHUB_WORKSPACE/matrixone/pr_coverage.out
Expand Down

0 comments on commit 895640e

Please sign in to comment.