From f08e2eebca63c7d4a0fcd45d6a938d570aa75f5c Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 09:27:16 -0600 Subject: [PATCH] add pytest-results-action Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index f31009dfe..464b1dd3e 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -60,6 +60,7 @@ jobs: 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