Skip to content

Commit 47f9b1c

Browse files
build(deps): bump EnricoMi/publish-unit-test-result-action
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@c172755...39ee91a) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9142f8a commit 47f9b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry run flake8 src/ tests/ --format html --htmldir=flake8
4141
4242
- name: Publish flake8 report to PR
43-
uses: EnricoMi/publish-unit-test-result-action@c17275514dfdc215d6fc05b09b8c386ea78ba1ca
43+
uses: EnricoMi/publish-unit-test-result-action@39ee91a16bb587a6c2b4791d4954cf5299736efd
4444
if: ${{ env.os == 'ubuntu-latest' }} # linux is only supported
4545
with:
4646
check_name: flake8 results
@@ -57,7 +57,7 @@ jobs:
5757
run: poetry run pytest
5858

5959
- name: Publish pytest report to PR
60-
uses: EnricoMi/publish-unit-test-result-action@c17275514dfdc215d6fc05b09b8c386ea78ba1ca
60+
uses: EnricoMi/publish-unit-test-result-action@39ee91a16bb587a6c2b4791d4954cf5299736efd
6161
if: ${{ env.os == 'ubuntu-latest' }} # linux is only supported
6262
with:
6363
check_name: pytest results

0 commit comments

Comments
 (0)