Skip to content

Commit

Permalink
update the report file path
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadHammad001 committed Oct 24, 2024
1 parent 701e0d5 commit 3246925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
id: check_size
run: |
work_folder="${{ github.workspace }}/riscof-plugins/rv${{ matrix.xlen }}/riscof_work/"
report_file="${{ github.workspace }}/riscof-plugins/rv${{ matrix.xlen }}/riscof_work/report.html"
report_file="$work_folder/report.html"
if [ -d "$work_folder" ]; then
folder_size=$(du -sm "$work_folder" | cut -f1)
echo "Folder size: ${folder_size} MB"
Expand Down

0 comments on commit 3246925

Please sign in to comment.