From 10e61035d64288fc441cc0efa5688028a2fd5c46 Mon Sep 17 00:00:00 2001 From: Gary Donovan Date: Fri, 5 Feb 2021 23:42:04 +1100 Subject: [PATCH] fixup! #3: [MERGE] use test report --- .github/workflows/validation.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 88f617f..b1b0131 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -54,12 +54,13 @@ jobs: # Don't use original broken action # uses: ashley-taylor/junit-report-annotations-action@1.3 # Pinned to SHA hash # uses: ashley-taylor/junit-report-annotations-action@562e0277515cae408f30ad1ea2d6dea44fc1df87 - uses: KyleAure/junit-report-annotations-action@76895d655157a1d21082afe5acb6101859267aaf - # uses: KyleAure/junit-report-annotations-action@1.5 + # uses: KyleAure/junit-report-annotations-action@1.5 # Pinned to SHA hash + uses: KyleAure/junit-report-annotations-action@76895d655157a1d21082afe5acb6101859267aaf if: ${{ failure() && steps.pytest.outcome == 'failure' }} with: access-token: ${{ secrets.GITHUB_TOKEN }} - name: Test Report 2 for Py${{ matrix.python-version }} + includeSummary: false + name: Failed Tests for Py${{ matrix.python-version }} numFailures: 25 path: "**/build/test-results/*.xml"