Clarify step names in publish-report action for improved readability.
Build and Analyse / build-and-analyse (push) Successful in 40s
Build and Analyse / build-and-analyse (push) Successful in 40s
This commit is contained in:
@@ -19,7 +19,7 @@ runs:
|
|||||||
cp "$f" "junit-short/${short}"
|
cp "$f" "junit-short/${short}"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Generate Markdown Report
|
- name: Generate Markdown Test Report
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p reports
|
mkdir -p reports
|
||||||
@@ -67,7 +67,7 @@ runs:
|
|||||||
print(md)
|
print(md)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Commit Report to Repo
|
- name: Commit Test-Report to Repo
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GIT_USER: gitea-actions-bot
|
GIT_USER: gitea-actions-bot
|
||||||
|
|||||||
Reference in New Issue
Block a user