Skip to content

Commit

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

build(deps): bump EnricoMi/publish-unit-test-result-action from 2.8.0 to 2.9.0
  • Loading branch information
github-actions[bot] authored Aug 3, 2023
2 parents db934b6 + dee8aad commit bcca78c
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@f0b5d2433f350eff587831d4ad22cb15aab75866
uses: EnricoMi/publish-unit-test-result-action@283dea176069279a9076e77b548668a8e4f0c31b
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@f0b5d2433f350eff587831d4ad22cb15aab75866
uses: EnricoMi/publish-unit-test-result-action@283dea176069279a9076e77b548668a8e4f0c31b
with:
check_name: pytest results
junit_files: report.xml
Expand Down

0 comments on commit bcca78c

Please sign in to comment.