File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
poetry run flake8 src/ tests/ --format html --htmldir=flake8
41
41
42
42
- name : Publish flake8 report to PR
43
- uses : EnricoMi/publish-unit-test-result-action@c17275514dfdc215d6fc05b09b8c386ea78ba1ca
43
+ uses : EnricoMi/publish-unit-test-result-action@39ee91a16bb587a6c2b4791d4954cf5299736efd
44
44
if : ${{ env.os == 'ubuntu-latest' }} # linux is only supported
45
45
with :
46
46
check_name : flake8 results
57
57
run : poetry run pytest
58
58
59
59
- name : Publish pytest report to PR
60
- uses : EnricoMi/publish-unit-test-result-action@c17275514dfdc215d6fc05b09b8c386ea78ba1ca
60
+ uses : EnricoMi/publish-unit-test-result-action@39ee91a16bb587a6c2b4791d4954cf5299736efd
61
61
if : ${{ env.os == 'ubuntu-latest' }} # linux is only supported
62
62
with :
63
63
check_name : pytest results
You can’t perform that action at this time.
0 commit comments