Skip to content

Commit

Permalink
Python: updated workflow name (#5367)
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg authored Mar 7, 2024
1 parent 1dba14c commit ccb7a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
with:
name: python-coverage-${{ matrix.os }}-${{ matrix.python-version }}.txt
github_token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
workflow: 'Python Unit Tests'
workflow: python-unit-tests.yml
search_artifacts: true
if_no_artifact_found: warn
- name: Download pytest
uses: dawidd6/action-download-artifact@v3
with:
name: pytest-${{ matrix.os }}-${{ matrix.python-version }}.xml
github_token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
workflow: 'Python Unit Tests'
workflow: python-unit-tests.yml
search_artifacts: true
if_no_artifact_found: warn
- name: Pytest coverage comment
Expand Down

0 comments on commit ccb7a2d

Please sign in to comment.