From 5ec1fee753adc3818db119b04416fc9331ffb8b0 Mon Sep 17 00:00:00 2001 From: Gary Donovan Date: Fri, 5 Feb 2021 23:09:15 +1100 Subject: [PATCH] fixup! #3: [MERGE] use test report --- .github/workflows/validation.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 45d06fb..0d84ba9 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -48,9 +48,13 @@ jobs: require_tests: true - name: Publish Test Report 2 # uses: ashley-taylor/junit-report-annotations-action@1.3 # Pinned to SHA hash - uses: ashley-taylor/junit-report-annotations-action@562e0277515cae408f30ad1ea2d6dea44fc1df87 + # uses: ashley-taylor/junit-report-annotations-action@562e0277515cae408f30ad1ea2d6dea44fc1df87 + uses: KyleAure/junit-report-annotations-action@76895d655157a1d21082afe5acb6101859267aaf + # uses: KyleAure/junit-report-annotations-action@1.5 + if: always() with: - access-token: ${{ secrets.GITHUB_TOKEN }} + access-token: ${{ secrets.GITHUB_TOKEN }} #TODO optional + name: Test Report 2 for Py${{ matrix.python-version }} numFailures: 25 path: "**/build/test-results/*.xml"