Skip to content

Commit

Permalink
fixup! #3: [MERGE] use test report
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Feb 5, 2021
1 parent af2c745 commit 10e6103
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 10e6103

Please sign in to comment.