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 d361ab6 commit 5ec1fee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5ec1fee

Please sign in to comment.