From 3b18b686b8293cf7341435024b187126a067d9a9 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 21 Aug 2024 15:12:12 +0200 Subject: [PATCH] Fix OFT report file format 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"). --- .github/actions/run-oft/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-oft/action.yaml b/.github/actions/run-oft/action.yaml index 807497e..aa2b2d4 100644 --- a/.github/actions/run-oft/action.yaml +++ b/.github/actions/run-oft/action.yaml @@ -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