Skip to content

Commit

Permalink
Corrections to Python CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevdog824 committed Nov 18, 2023
1 parent b18b2d2 commit d8b448c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:

- name: Build Information
run: echo "Testing with Python ${{matrix.python}} on ${{runner.os}}"
run: echo "Testing with Python ${{matrix.python}} on ${{runner.os}}"

- name: Set Commit Status to Pending
uses: ouzi-dev/commit-status-updater@v2
Expand Down Expand Up @@ -71,16 +71,16 @@ jobs:
- name: Publish Test Results
uses: actions/upload-artifact@v3
with:
name: test-results
name: tests.xml
path: reports/tests.xml

- name: Publish Code Coverage Results
uses: actions/upload-artifact@v3
with:
name: test-results
name: coverage.xml
path: reports/coverage.xml

- name: Update Commit status with Build Result
- name: Update Commit Status With Build Result
if: always()
uses: ouzi-dev/commit-status-updater@v2
with:
Expand Down

0 comments on commit d8b448c

Please sign in to comment.