Skip to content

Commit

Permalink
Add the hl-cpp report
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jan 27, 2025
1 parent 05fcc9d commit dde87ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ jobs:
cp compat_reports/${{ inputs.file_base }}_hl/X_to_Y/compat_report.html ${{ inputs.file_base }}-hdf5_hl_compat_report.html
ls -l compat_reports/${{ inputs.file_base }}_cpp/X_to_Y
cp compat_reports/${{ inputs.file_base }}_cpp/X_to_Y/compat_report.html ${{ inputs.file_base }}-hdf5_cpp_compat_report.html
# ls -l compat_reports/${{ inputs.file_base }}_hl_cpp/X_to_Y
# cp compat_reports/${{ inputs.file_base }}_hl_cpp/X_to_Y/compat_report.html ${{ inputs.file_base }}-hdf5_hl_cpp_compat_report.html
ls -l compat_reports/${{ inputs.file_base }}_hl_cpp/X_to_Y
cp compat_reports/${{ inputs.file_base }}_hl_cpp/X_to_Y/compat_report.html ${{ inputs.file_base }}-hdf5_hl_cpp_compat_report.html
continue-on-error: true

- name: List files for the report spaces (Linux)
run: |
Expand Down

0 comments on commit dde87ac

Please sign in to comment.