Skip to content

Commit bb075d8

Browse files
Merge pull request #286 from boilerplate-language/dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2.6.2
build(deps): bump EnricoMi/publish-unit-test-result-action from 2.6.1 to 2.6.2
2 parents 9142f8a + 47f9b1c commit bb075d8

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)