Skip to content

Commit

Permalink
Merge pull request #97 from kannkyo/dependabot/github_actions/EnricoM…
Browse files Browse the repository at this point in the history
…i/publish-unit-test-result-action-2.14.0

build(deps): bump EnricoMi/publish-unit-test-result-action from 2.13.0 to 2.14.0
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
2 parents 1587c27 + b360577 commit eb26794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: poetry run flake8 src/ tests/ --format html --htmldir=flake8

- name: Publish flake8 report to PR
uses: EnricoMi/publish-unit-test-result-action@4e121453199042300b654ee3b4b52720bc645dc6
uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98
with:
check_name: flake8 results
junit_files: report.xml
Expand All @@ -57,7 +57,7 @@ jobs:
run: poetry run pytest

- name: Publish pytest report to PR
uses: EnricoMi/publish-unit-test-result-action@4e121453199042300b654ee3b4b52720bc645dc6
uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98
with:
check_name: pytest results
junit_files: report.xml
Expand Down

0 comments on commit eb26794

Please sign in to comment.