Skip to content

Commit

Permalink
Fix OFT report file format
Browse files Browse the repository at this point in the history
The local composite action has been adapted to explicitly  set the
report format to "html" when invoking the standard OFT Action to
override the default ("plain").
  • Loading branch information
sophokles73 committed Aug 21, 2024
1 parent 79aa087 commit cf3343b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-oft/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
with:
file-patterns: ${{ inputs.file-patterns }}
report-filename: ${{ env.TRACING_REPORT_FILE_NAME }}
report-format: "html"

- name: Upload tracing report (html)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cf3343b

Please sign in to comment.