Skip to content

Commit

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

build(deps): bump EnricoMi/publish-unit-test-result-action from 2.11.0 to 2.12.0
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
2 parents 6b2e98b + 9ecc427 commit 4965f45
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@ca89ad036b5fcd524c1017287fb01b5139908408
uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365
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@ca89ad036b5fcd524c1017287fb01b5139908408
uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365
with:
check_name: pytest results
junit_files: report.xml
Expand Down

0 comments on commit 4965f45

Please sign in to comment.