Skip to content

Commit

Permalink
Update pytest-testutils.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Nov 19, 2020
1 parent de3c8eb commit ef884de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
name: pytest-report
path: output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml

- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
github_token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
files: output/test-testutils*.xml
# - name: Publish Unit Test Results
# uses: EnricoMi/[email protected]
# if: always()
# with:
# github_token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
# files: output/test-testutils*.xml


#-cov=com --cov-report=xml --cov-report=html
Expand Down

0 comments on commit ef884de

Please sign in to comment.