Skip to content

Commit

Permalink
Force summary-report run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Sep 12, 2024
1 parent d013c26 commit dd8be94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pydesigner_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
docker image rm pydesigner-test
summary-reports:
needs: pytest
if: always()
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -112,7 +114,6 @@ jobs:
path: ./test_results

- name: Code coverage summary report
if: always()
uses: irongut/[email protected]
with:
filename: ./test_results/coverage.xml
Expand All @@ -126,7 +127,6 @@ jobs:
thresholds: '10 50'

- name: Publish Coverage PR Comment
if: always()
uses: marocchino/sticky-pull-request-comment@v2
with:
recreate: true
Expand All @@ -137,7 +137,6 @@ jobs:

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
test_results/results.xml

0 comments on commit dd8be94

Please sign in to comment.