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 129c847 commit 3307c63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
uses: KyleAure/junit-report-annotations-action@76895d655157a1d21082afe5acb6101859267aaf
# uses: KyleAure/junit-report-annotations-action@1.5

# TODO only if job is failing from prev step?
# if: always()
if: steps.pytest.outcome == 'failure'
if: ${{ steps.pytest.outcome == 'failure' }}
with:
access-token: ${{ secrets.GITHUB_TOKEN }} #TODO optional
name: Test Report 2 for Py${{ matrix.python-version }}
Expand Down

0 comments on commit 3307c63

Please sign in to comment.