Skip to content

Commit 7f3f658

Browse files
committed
[Fix] Update recce summary output message
Signed-off-by: Kent Huang <[email protected]>
1 parent 197b0c5 commit 7f3f658

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/recce_ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,17 @@ jobs:
7777
ARTIFACT_URL: ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
7878
NEXT_STEP_MESSAGE: |
7979
## Next Steps
80-
If you want to check more detail inforamtion about the recce result,
81-
please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) file and open it by [Recce](https://pypi.org/project/recce/) CLI.
80+
If you want to check more detail inforamtion about the recce result, please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) file and open it by [Recce](https://pypi.org/project/recce/) CLI.
81+
82+
### How to check the recce result
8283
```bash
83-
# Unzip the downloaded artifact file
84-
tar -xf recce-state-file.zip
84+
# Unzip the downloaded artifact file
85+
tar -xf recce-state-file.zip
86+
87+
# Launch the recce server based on the state file
88+
recce server --review recce_state.json
8589
86-
# Launch the recce server based on the state file
87-
recce server --review recce_state.json
90+
# Open the recce server http://localhost:8000 by your browser
8891
```
8992
9093
- name: Comment on pull request

0 commit comments

Comments
 (0)