diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 2f0a3e4dfd..a65fd6d6ef 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -58,12 +58,12 @@ jobs: run: | cd build srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile - - name: Summarize tests - if: always() - uses: pmeier/pytest-results-action@main - with: - path: tests/test-results.xml - summary: true +## - name: Summarize tests +## if: always() +## uses: pmeier/pytest-results-action@main +## with: +## path: tests/test-results.xml +## summary: true - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action/linux@v2 if: always()